Code

Fixed problem with missing class 'ession'
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Jul 2009 14:51:29 +0000 (14:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Jul 2009 14:51:29 +0000 (14:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13894 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_plugin.inc

index 98dd6132f1d58db1b9066c05e0e05b0cef6208bf..5a5b89301acf6016f4bffe5837826da4ed6ec9a6 100644 (file)
@@ -1358,7 +1358,7 @@ class plugin
 
             /* Send message if not done already */
             if(!session::is_set("snapshotFailMessageSend")){
-              ession::set("snapshotFailMessageSend",TRUE);
+              session::set("snapshotFailMessageSend",TRUE);
               msg_dialog::display(_("Configuration error"), 
                   sprintf(_("The snapshot functionality is enabled, but the required variable '%s' is not set."), 
                     $missing), ERROR_DIALOG);