Ignore:
Timestamp:
Dec 4, 2013, 1:07:24 AM (11 years ago)
Author:
chronos
Message:
  • Modified: Rename class Locale which colide with intl extension.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/install.php

    r611 r619  
    1212include_once(dirname(__FILE__).'/../includes/Version.php');
    1313include_once(dirname(__FILE__).'/../includes/Locale.php');
    14 $Locale = new Locale();
     14$Locale = new LocaleFile();
    1515$Locale->Dir = dirname(__FILE__).'/../locale';
    1616$Locale->Load($Config['Web']['Locale']);
Note: See TracChangeset for help on using the changeset viewer.