"fixed typo causing posted froms to fail"

This commit is contained in:
Ralf Becker 2008-08-08 06:32:16 +00:00
parent e50bd2e966
commit 1dcce48a46

View File

@ -891,7 +891,7 @@ class egw_session //extends sessions
// do not decrypt and return if no data (decrypt returning garbage)
if(isset($_SESSION[self::EGW_APPSESSION_VAR][$appname]) && array_key_exists($location,$_SESSION[self::EGW_APPSESSION_VAR][$appname]))
{
return /*$GLOBALS['egw']->crypto->decrypt(*/$_SESSION[EGW_APPSESSION_VAR][$appname][$location];//);
return /*$GLOBALS['egw']->crypto->decrypt(*/$_SESSION[self::EGW_APPSESSION_VAR][$appname][$location];//);
}
return false;
}