Code

Migration to get_value
[gosa.git] / gosa-plugins / goto / admin / mimetypes / class_mimetypeManagement.inc
index 27b5383b47a266bb4abd10a5c5265c4b2de32511..5bbe95dea17fb7f48876fd2d10896b5650942ea6 100644 (file)
@@ -57,7 +57,7 @@ class mimetypeManagement extends plugin
     $this->ui       = &$ui;
 
     /* Check if copy & paste is activated */
-    if($this->config->boolValueIsTrue("MAIN","ENABLECOPYPASTE")){
+    if($this->config->get_cfg_value("enablecopypaste")){
       $this->CopyPasteHandler = new CopyPasteHandler($this->config);
     }