Changeset 579 for trunk/includes


Ignore:
Timestamp:
Sep 11, 2013, 11:30:14 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Various errors related to old global variables.
Location:
trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r578 r579  
    11<?php
    22
    3 $Revision = 578; // Subversion revision
     3$Revision = 579; // Subversion revision
    44$DatabaseRevision = 574; // Database structure revision
    55$ReleaseTime = '2013-09-11';
  • trunk/includes/global.php

    r577 r579  
    3939  $System->DoNotShowPage = true;
    4040        $System->Run();
     41  $User = $System->User; // Back compatibility, will be removed
    4142}
    4243
  • trunk/includes/system.php

    r577 r579  
    145145    $this->ModuleManager->RegisterModule(new ModuleFrontPage($System));
    146146    $this->ModuleManager->StartAll();
    147     $User = &$this->User; // Back compatibility, will be removed
    148147   
    149148    $this->BaseView = new BaseView($this);
Note: See TracChangeset for help on using the changeset viewer.