Remove i18n::set_locale from default installer

This commit is contained in:
Damian Mooyman 2016-09-07 16:56:33 +12:00
parent ca725e6269
commit 638abc5808
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 0 additions and 3 deletions

View File

@ -7,6 +7,3 @@ global $database;
$database = '';
require_once('conf/ConfigureFromEnv.php');
// Set the site locale
i18n::set_locale('en_US');