Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Core.php

    r903 r912  
    152152    if (file_exists($this->ModuleManager->FileName)) $this->ModuleManager->LoadState();
    153153    if (ModuleSetup::Cast($ModuleSetup)->CheckState())
    154         {
     154    {
    155155      $this->ModuleManager->StartAll(array(ModuleCondition::Enabled));
    156156    }
     
    236236      return $System;
    237237    }
    238     throw new Exception('Expected ModuleSetup type but '.gettype($System));
     238    throw new Exception('Expected Core type but '.gettype($System));
    239239  }
    240240}
     
    245245  {
    246246    parent::__construct($System);
    247     $this->FullTitle = 'Stránka nenalezena';
    248     $this->ShortTitle = 'Stránka nenalezena';
     247    $this->Title = 'Stránka nenalezena';
    249248    $this->ParentClass = 'PagePortal';
    250249  }
Note: See TracChangeset for help on using the changeset viewer.