Changeset 572 for trunk/includes/global.php
- Timestamp:
- Aug 26, 2013, 10:24:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r568 r572 68 68 // Initialize application modules 69 69 $System->ModuleManager->RegisterModule(new ModuleError($System)); 70 $System->ModuleManager->Modules['Error']->ShowError = $Config['Web']['ShowPHPError']; 70 71 $System->ModuleManager->RegisterModule(new ModuleLog($System)); 71 72 $System->ModuleManager->RegisterModule(new ModuleUser($System)); … … 83 84 $System->ModuleManager->RegisterModule(new ModuleNews($System)); 84 85 $System->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 85 $System->ModuleManager->StartAll(); 86 $System->ModuleManager->StartAll(); 86 87 } 87 88
Note:
See TracChangeset
for help on using the changeset viewer.