Changeset 611


Ignore:
Timestamp:
Nov 27, 2013, 12:01:45 AM (11 years ago)
Author:
maron
Message:
  • Fixed: including locale to install/Update System
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/install.php

    r603 r611  
    1111include_once(dirname(__FILE__).'/DefaultConfig.php');
    1212include_once(dirname(__FILE__).'/../includes/Version.php');
     13include_once(dirname(__FILE__).'/../includes/Locale.php');
     14$Locale = new Locale();
     15$Locale->Dir = dirname(__FILE__).'/../locale';
     16$Locale->Load($Config['Web']['Locale']);
    1317
    1418function ControlPanel()
  • trunk/includes/Version.php

    r610 r611  
    66// and system will need database update.
    77
    8 $Revision = 610; // Subversion revision
     8$Revision = 611; // Subversion revision
    99$DatabaseRevision = 610; // Database structure revision
    1010$ReleaseTime = '2013-11-26';
Note: See TracChangeset for help on using the changeset viewer.