Changeset 912 for trunk/Application/Core.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r903 r912 152 152 if (file_exists($this->ModuleManager->FileName)) $this->ModuleManager->LoadState(); 153 153 if (ModuleSetup::Cast($ModuleSetup)->CheckState()) 154 154 { 155 155 $this->ModuleManager->StartAll(array(ModuleCondition::Enabled)); 156 156 } … … 236 236 return $System; 237 237 } 238 throw new Exception('Expected ModuleSetuptype but '.gettype($System));238 throw new Exception('Expected Core type but '.gettype($System)); 239 239 } 240 240 } … … 245 245 { 246 246 parent::__construct($System); 247 $this->FullTitle = 'Stránka nenalezena'; 248 $this->ShortTitle = 'Stránka nenalezena'; 247 $this->Title = 'Stránka nenalezena'; 249 248 $this->ParentClass = 'PagePortal'; 250 249 }
Note:
See TracChangeset
for help on using the changeset viewer.