Index: branches/5.1.x/core/units/languages/languages_item.php =================================================================== diff -u -N -r13559 -r13683 --- branches/5.1.x/core/units/languages/languages_item.php (.../languages_item.php) (revision 13559) +++ branches/5.1.x/core/units/languages/languages_item.php (.../languages_item.php) (revision 13683) @@ -1,6 +1,6 @@ Application->isAdmin && $this->isEmptyUrl() && - $this->Application->ConfigValue('UseContentLanguageNegotiation') + !$this->Application->isAdmin && !defined('GW_NOTIFY') && preg_match('/[\/]{0,1}index.php[\/]{0,1}/', $_SERVER['PHP_SELF']) && + $this->isEmptyUrl() && $this->Application->ConfigValue('UseContentLanguageNegotiation') ) { $language_id = $this->processAcceptLanguage();