Code

Updated location list to remove addressbook for testing
[gosa.git] / gosa-core / include / class_plugin.inc
index 3194ffabbe15eb9e38b22cc2a2fff9a332f57268..346699bad1097b73fc8fb4655b2598460299b984 100644 (file)
@@ -1029,7 +1029,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']);
     }