mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix typo
This commit is contained in:
parent
3eeac95008
commit
3cf3d8617d
@ -67,7 +67,7 @@
|
||||
else
|
||||
{
|
||||
// allow caching by browser
|
||||
session_cache_limiter(PHP_VERSION >= 4.2 ? 'private_no_expire' : 'privat');
|
||||
session_cache_limiter(PHP_VERSION >= 4.2 ? 'private_no_expire' : 'private');
|
||||
}
|
||||
|
||||
/* debugging settings */
|
||||
|
Loading…
Reference in New Issue
Block a user