mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
bugfix
This commit is contained in:
parent
7dd8eda157
commit
aa085fd849
@ -157,7 +157,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* This allows the user to put '' as the value. */
|
/* This allows the user to put '' as the value. */
|
||||||
if ($data == '##NOTHING##')
|
if ($data === '##NOTHING##')
|
||||||
{
|
{
|
||||||
/* do not decrypt and return if no data (decrypt returning garbage) */
|
/* do not decrypt and return if no data (decrypt returning garbage) */
|
||||||
if($_SESSION[EGW_SESSION_VAR]['app_sessions'][$appname][$location])
|
if($_SESSION[EGW_SESSION_VAR]['app_sessions'][$appname][$location])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user