Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / goto / admin / devices / class_deviceManagement.inc
index 2bcb77b4f22414738f4f120a4e58b41403278d10..7ec0081b59cd2ce27ed401237dec1bd7135aea24 100644 (file)
@@ -58,7 +58,7 @@ class deviceManagement extends management
     $headpage->setFilter($filter);
 
     // 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"){