From: hickert Date: Thu, 6 May 2010 09:42:24 +0000 (+0000) Subject: Updated check for boolean config values X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3440aafb35e4289a999ab82bb0d63e8a2e0d4eca;p=gosa.git Updated check for boolean config values git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18170 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 70bf26335..e4d04f89a 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -129,7 +129,7 @@ class systemManagement extends management $this->registerAction("passwordChangeConfirmed", "passwordChangeConfirmed"); // Add copy&paste and snapshot handler. - if ($this->config->boolValueIsTrue("main", "copyPaste")){ + if ($this->config->boolValueIsTrue("core", "copyPaste")){ $this->cpHandler = new CopyPasteHandler($this->config); } if($this->config->get_cfg_value("core","enableSnapshots") == "true"){