From: hickert Date: Tue, 7 Jul 2009 12:52:04 +0000 (+0000) Subject: Updated last commit, wrtie back cache, else we can't use it. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=599894f8f013cb79b87b5e7f42b6440810cb3a55;p=gosa.git Updated last commit, wrtie back cache, else we can't use it. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13903 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index 67b91314c..abebcb0ad 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -244,7 +244,8 @@ class config { $cache = session::global_get('HTTP_GOSA_KEY_CACHE'); if(!isset($cache[$creds])){ $cache[$creds] = cred_decrypt($creds, $_SERVER['HTTP_GOSA_KEY']); - } + session::global_set('HTTP_GOSA_KEY_CACHE',$cache); + } return ($cache[$creds]); } return ($creds);