From: hickert Date: Thu, 24 Jul 2008 12:48:45 +0000 (+0000) Subject: Fixed class_plugin.inc -> get_cfg_value call X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4085919b6fb8111a2715c3f210fda1ba254c59d4;p=gosa.git Fixed class_plugin.inc -> get_cfg_value call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12022 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index abafba973..b5952180d 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -1305,7 +1305,7 @@ class plugin There will also be some errors psoted, if the configuration failed */ function snapshotEnabled() { - $config = $this->config->current; + $config = $this->config; if($config->get_cfg_value("enable_snapshot") == "true"){ /* Check if the snapshot_base is defined */ if ($config->get_cfg_value("snapshot_base") == ""){