Changeset 425 for branches/Modular/Common/Global.php
- Timestamp:
- Oct 10, 2012, 12:21:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Modular/Common/Global.php
r424 r425 86 86 $ModuleSystem = new ModuleSystem($System->Database, $System); 87 87 $System->RegisterModule($ModuleSystem); 88 if($System->Modules['System']->IsInstalled()) $System->Modules['System']->Start(); 88 if($System->Modules['System']->IsInstalled()) 89 { 90 $System->Modules['System']->Start(); 91 $System->StartInstalled(); 92 //var_dump($System->Modules['News']->Models); 93 } 89 94 } 90 95
Note:
See TracChangeset
for help on using the changeset viewer.