Changeset 586 for trunk/Modules/Map/Map.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Map/Map.php
r574 r586 209 209 } 210 210 211 function Start() 212 { 213 parent::Start(); 211 function DoStart() 212 { 214 213 $this->System->Pages['map'] = 'PageNetworkMap'; 215 214 $this->System->FormManager->Type->RegisterType('MapPosition', 'String', array());
Note:
See TracChangeset
for help on using the changeset viewer.