1
0
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:
CaMer0n
2012-06-22 00:29:15 +00:00
parent b51da4eb8b
commit e3afab3bb0

View File

@@ -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