an other fix for NTLM and SiteMgr

This commit is contained in:
Ralf Becker 2010-09-25 08:19:22 +00:00
parent 83a9c7253c
commit 73beff54fe

View File

@ -1207,7 +1207,7 @@ class egw_session
*/
public static function egw_setcookie($cookiename,$cookievalue='',$cookietime=0,$cookiepath=null)
{
if (!isset(self::$cookie_domain) || !isset(self::$cookie_path))
if (empty(self::$cookie_domain) || empty(self::$cookie_path))
{
self::set_cookiedomain();
}