Changeset 556 for trunk/Common/System.php
- Timestamp:
- Jul 15, 2013, 11:23:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/System.php
r553 r556 18 18 $this->Modules = array(); 19 19 $this->Pages = array(); 20 $this->ModuleManager = new AppModuleManager( );20 $this->ModuleManager = new AppModuleManager($this); 21 21 $this->Database = new Database(); 22 22 $this->FormManager = new FormManager($this->Database);
Note:
See TracChangeset
for help on using the changeset viewer.