Code

Added helpdir structure for plugins.
[gosa.git] / gosa-core / setup / class_setupStep_Finish.inc
index 3898c55c5bf4c50135207eb68a0b65aa5c3953e5..8a0afd56de508274218a30f8caaac852ba7e5e23 100644 (file)
@@ -65,7 +65,7 @@ class Step_Finish extends setup_step
      *   - Permisssion are set correctly 
      */ 
     if(isset($_POST['next']) && $exists && !$this->is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){
-      session_destroy();
+      session::destroy();
       header("Location: index.php");
       exit();
     }