mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
fixed typo
This commit is contained in:
parent
1d6a4ff344
commit
1417a115f6
@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
/* Create the crypto object */
|
/* Create the crypto object */
|
||||||
$GLOBALS['phpgw']->crypto = CreateObject('phpgwapi.crypto');
|
$GLOBALS['phpgw']->crypto = CreateObject('phpgwapi.crypto');
|
||||||
if ($GLOBALS['phpgw_info']['server']['use_cookies'])
|
if ($GLOBALS['phpgw_info']['server']['usecookies'])
|
||||||
{
|
{
|
||||||
$this->phpgw_set_cookiedomain();
|
$this->phpgw_set_cookiedomain();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user