summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3f94b1)
raw | patch | inline | side by side (parent: f3f94b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Jul 2009 14:51:29 +0000 (14:51 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 98dd6132f1d58db1b9066c05e0e05b0cef6208bf..5a5b89301acf6016f4bffe5837826da4ed6ec9a6 100644 (file)
/* 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);