Ignore:
Timestamp:
Jul 15, 2013, 11:23:55 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Existující moduly se nyní načítají automaticky z disku z adresáře Modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/System.php

    r553 r556  
    1818    $this->Modules = array();
    1919    $this->Pages = array();
    20     $this->ModuleManager = new AppModuleManager();
     20    $this->ModuleManager = new AppModuleManager($this);
    2121    $this->Database = new Database();
    2222    $this->FormManager = new FormManager($this->Database);
Note: See TracChangeset for help on using the changeset viewer.