X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_plugin.inc;h=b5952180d6d8fbf0d3555aee3b7d47182a55467a;hb=8242fde1a538dd582896d842945b121a4bb985d4;hp=abafba973ea145267e9756579d029c9781318dc2;hpb=63fb879ad78726b33ed72587ab801e4174669cef;p=gosa.git 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") == ""){