mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Mapper/Fixup
* no longer need to provide empty mapperData object on ZoneListPage
This commit is contained in:
@@ -158,7 +158,7 @@ class ZonesPage extends GenericPage
|
|||||||
'parent' => 'mapper-generic'
|
'parent' => 'mapper-generic'
|
||||||
),
|
),
|
||||||
'som' => $somData,
|
'som' => $somData,
|
||||||
'mapperData' => [$mapFile => new \StdClass()]
|
'mapperData' => null
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user