Ignore:
Timestamp:
Apr 20, 2013, 11:47:25 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Třída Page dědí Module a tedy v konstruktoru očekává odkaz na System.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/System/System.php

    r523 r525  
    33class PageModules extends Page
    44{
    5   function __construct()
    6   {
    7     parent::__construct();
     5  function __construct($System)
     6  {
     7    parent::__construct($System);
    88    $this->FullTitle = 'Správa modulů';
    99    $this->ShortTitle = 'Moduly';
Note: See TracChangeset for help on using the changeset viewer.