From 43e76e536b04f0f8e5685093bbcd2da85b205d89 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 9 Oct 2008 11:48:34 +0000 Subject: [PATCH] Updated snapshot availability detection. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12658 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_plugin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 38156dd54..5c9dadf37 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -1317,7 +1317,7 @@ class plugin function snapshotEnabled() { $config = $this->config; - if($config->get_cfg_value("snapshots") == "true"){ + if($config->get_cfg_value("enableSnapshots") == "true"){ /* Check if the snapshot_base is defined */ if ($config->get_cfg_value("snapshotBase") == ""){ msg_dialog::display(_("Configuration error"), sprintf(_("The snapshot functionality is enabled, but the required variable '%s' is not set."),"snapshotBase"), ERROR_DIALOG); -- 2.30.2