From: hickert Date: Fri, 22 Feb 2008 08:10:25 +0000 (+0000) Subject: Added runtime_cache variable to main.php X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e996d2b9a63d255503b9b62b40d00f5b71def48a;p=gosa.git Added runtime_cache variable to main.php - git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9043 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 0521f8981..d6baecbd0 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -36,6 +36,7 @@ textdomain($domain); /* Remember everything we did after the last click */ session::start(); session::set('errorsAlreadyPosted',array()); +session::set('runtime_cache',array()); session::set('limit_exceeded',FALSE); if ($_SERVER["REQUEST_METHOD"] == "POST"){