Code

Added $this->
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Jan 2008 08:04:56 +0000 (08:04 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Jan 2008 08:04:56 +0000 (08:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8380 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_plugin.inc

index 346699bad1097b73fc8fb4655b2598460299b984..3194ffabbe15eb9e38b22cc2a2fff9a332f57268 100644 (file)
@@ -1029,7 +1029,7 @@ class plugin
     }
 
     /* Remove tags that may already be here... */
-    remove_objectClass("gosaAdministrativeUnitTag", &$at);
+    $this->remove_objectClass("gosaAdministrativeUnitTag", &$at);
     if (isset($at['gosaUnitTag'])){
         unset($at['gosaUnitTag']);
     }