From 970a0d9bb13d4501cc5191935c25cbc4f2c4f755 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 May 2010 09:17:47 +0000 Subject: [PATCH] fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18088 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/setup.php b/gosa-core/html/setup.php index 477a3c7ec..b402b0116 100644 --- a/gosa-core/html/setup.php +++ b/gosa-core/html/setup.php @@ -50,7 +50,7 @@ ini_set("session.gc_maxlifetime",24*60*60); /* Start session */ session::start(); -session::global_set('DEBUGLEVEL',1); +session::global_set('debugLevel',1); session::set('errorsAlreadyPosted',array()); /* Attribute initialization, reset errors */ -- 2.30.2