fixed typo

This commit is contained in:
Ralf Becker 2004-03-21 16:23:38 +00:00
parent 1d6a4ff344
commit 1417a115f6

View File

@ -140,7 +140,7 @@
/* Create the crypto object */
$GLOBALS['phpgw']->crypto = CreateObject('phpgwapi.crypto');
if ($GLOBALS['phpgw_info']['server']['use_cookies'])
if ($GLOBALS['phpgw_info']['server']['usecookies'])
{
$this->phpgw_set_cookiedomain();
}