Code

Updated remaining attributes
[gosa.git] / gosa-plugins / goto / admin / mimetypes / class_mimetypeManagement.inc
index 989e276a00757540f38b0c2c804796d9bbbc46c7..1621ce3b3f7c1544817bf128d71ab626c1f61b2c 100644 (file)
@@ -57,7 +57,7 @@ class mimetypeManagement extends plugin
     $this->ui       = &$ui;
 
     /* Check if copy & paste is activated */
-    if($this->config->get_cfg_value("enablecopypaste")){
+    if($this->config->get_cfg_value("copyPaste")){
       $this->CopyPasteHandler = new CopyPasteHandler($this->config);
     }