changed structure helper function from private to public
This commit is contained in:
@@ -104,7 +104,7 @@ class StructureHelper {
|
||||
}
|
||||
}
|
||||
|
||||
private function GetStructureInfo($structureId) {
|
||||
public function GetStructureInfo($structureId) {
|
||||
//Declare some variables
|
||||
$esiHelper = new Esi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user