Code

Added queue entry start / stop
[gosa.git] / gosa-core / include / class_plugin.inc
index 3194ffabbe15eb9e38b22cc2a2fff9a332f57268..8eec579c440ece59c05ab39906138cf558687d76 100644 (file)
@@ -111,10 +111,6 @@ class plugin
   var $acl_base= "";
   var $acl_category= "";
 
-  /* Plugin identifier */
-  var $plHeadline= "";
-  var $plDescription= "";
-
   /* This can be set to render the tabulators in another stylesheet */
   var $pl_notify= FALSE;
 
@@ -1029,7 +1025,7 @@ class plugin
     }
 
     /* Remove tags that may already be here... */
-    $this->remove_objectClass("gosaAdministrativeUnitTag", &$at);
+    remove_objectClass("gosaAdministrativeUnitTag", &$at);
     if (isset($at['gosaUnitTag'])){
         unset($at['gosaUnitTag']);
     }