Changeset 579 for trunk/includes
- Timestamp:
- Sep 11, 2013, 11:30:14 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r578 r579 1 1 <?php 2 2 3 $Revision = 57 8; // Subversion revision3 $Revision = 579; // Subversion revision 4 4 $DatabaseRevision = 574; // Database structure revision 5 5 $ReleaseTime = '2013-09-11'; -
trunk/includes/global.php
r577 r579 39 39 $System->DoNotShowPage = true; 40 40 $System->Run(); 41 $User = $System->User; // Back compatibility, will be removed 41 42 } 42 43 -
trunk/includes/system.php
r577 r579 145 145 $this->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 146 146 $this->ModuleManager->StartAll(); 147 $User = &$this->User; // Back compatibility, will be removed148 147 149 148 $this->BaseView = new BaseView($this);
Note:
See TracChangeset
for help on using the changeset viewer.