Index: branches/5.2.x/core/units/languages/languages_item.php =================================================================== diff -u -N -r14572 -r14714 --- branches/5.2.x/core/units/languages/languages_item.php (.../languages_item.php) (revision 14572) +++ branches/5.2.x/core/units/languages/languages_item.php (.../languages_item.php) (revision 14714) @@ -1,6 +1,6 @@ Application->RewriteURLs()) { - return !$this->Application->GetVar('_mod_rw_url_'); - } - - return !count($this->Application->HttpQuery->Get); - } - public function Load($id, $id_field_name = null, $cachable = true) { $default = false; @@ -213,7 +199,7 @@ if ( !$this->Application->isAdmin && !defined('GW_NOTIFY') && preg_match('/[\/]{0,1}index.php[\/]{0,1}/', $_SERVER['PHP_SELF']) && - $this->isEmptyUrl() && $this->Application->ConfigValue('UseContentLanguageNegotiation') + $this->Application->HttpQuery->isEmptyUrl() && $this->Application->ConfigValue('UseContentLanguageNegotiation') ) { $language_id = $this->processAcceptLanguage();