Code

Updated gosa.conf ACL tag for systems
[gosa.git] / gosa-core / setup / main.inc
index b30822bc65d5bfbf133eb9e48629a58fbf1e3a6e..2e00ce96e7de340ca70665d8ab1e2540c556565a 100644 (file)
@@ -20,7 +20,7 @@
 
 /* Create a new setup class if necessary  */
 if (!session::is_set('setup') || (isset($_GET['reset']) && $_GET['reset'] == 1)){
-  $_SESSION['setup']= new setup ();
+  session::set('setup',new setup());
 }
 $setup = session::get('setup');