Ignore:
Timestamp:
Nov 27, 2013, 12:01:45 AM (11 years ago)
Author:
maron
Message:
  • Fixed: including locale to install/Update System
File:
1 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()
Note: See TracChangeset for help on using the changeset viewer.