Code

Hide tabs frames
[gosa.git] / plugins / admin / ogroups / class_ogroupManagement.inc
index 04d902d8bd93a1023fc2d7430b88cb3944803366..728c79c510c3d24edba264b06760859c6d3a46c1 100644 (file)
@@ -122,7 +122,7 @@ class ogroupManagement extends plugin
     /* Only perform copy&paste requests if it is enabled
      */
     /* Get 'dn' from posted 'uid' */
-    if(in_array_ics($s_action,array("editPaste","cut","copy")) || $this->CopyPasteHandler->stillOpen()){
+    if(in_array_ics($s_action,array("editPaste","cut","copy")) || (isset($this->CopyPasteHandler) &&  $this->CopyPasteHandler->stillOpen())){
 
       if(isset($this->ogrouplist[trim($s_entry)]['dn'])){
         $dn= $this->ogrouplist[trim($s_entry)]['dn'];