mining operations
This commit is contained in:
@@ -47,7 +47,7 @@ class MiningTaxesAdminController extends Controller
|
|||||||
$lookup = new LookupHelper;
|
$lookup = new LookupHelper;
|
||||||
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
|
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
|
||||||
$coll = new Collection;
|
$coll = new Collection;
|
||||||
$structures = array();
|
$structures = new Collection;
|
||||||
|
|
||||||
//Get all of the structures
|
//Get all of the structures
|
||||||
$athanors = $sHelper->GetStructuresByType('Athanor');
|
$athanors = $sHelper->GetStructuresByType('Athanor');
|
||||||
|
|||||||
Reference in New Issue
Block a user