Index: languages_item.php =================================================================== --- languages_item.php (revision 13682) +++ languages_item.php (working copy) @@ -169,8 +169,8 @@ } if ( - !$this->Application->isAdmin && $this->isEmptyUrl() && - $this->Application->ConfigValue('UseContentLanguageNegotiation') + !$this->Application->isAdmin && !defined('GW_NOTIFY') && + $this->isEmptyUrl() && $this->Application->ConfigValue('UseContentLanguageNegotiation') ) { $language_id = $this->processAcceptLanguage();