mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 10:20:45 +02:00
Backward compatibility fix.
This commit is contained in:
@@ -465,8 +465,8 @@ if(e107::getPref('ssl_enabled') && !deftrue('e_SSL_DISABLE'))
|
||||
// $sql->db_Mark_Time('(Extracting Core Prefs Done)');
|
||||
|
||||
$sql->db_Mark_Time('Start: Init Language and detect changes');
|
||||
|
||||
e107::getLanguage()->detect();
|
||||
$lng = e107::getLanguage(); // required for v1.0 BC.
|
||||
$lng->detect();
|
||||
|
||||
//
|
||||
// M: Subdomain and Language Selection
|
||||
|
Reference in New Issue
Block a user