Code

Updated terminal copy & paste
[gosa.git] / plugins / admin / ogroups / class_ogroupManagement.inc
index be2c78cf87ebe9cc2d2cb176996531d38ce4a277..82550f477e61818cad138804579339fca8bb9070 100644 (file)
@@ -537,6 +537,10 @@ class ogroupManagement extends plugin
 
   function copyPasteHandling_from_queue($s_action,$s_entry)
   {
+    /* Check if Copy & Paste is disabled */
+    if(!is_object($this->CopyPasteHandler)){
+      return("");
+    }
 
     /* Add a single entry to queue */
     if($s_action == "cut" || $s_action == "copy"){