Code

Simplified the way we handle tags. This *may* break tagging. Needs testing.
[gosa.git] / plugins / admin / fai / class_faiProfile.inc
index 84e5b40b1174dc503303d66235f18985c104ea0c..8f70c88a32bdb122f74ae59bcf1ce219cc59c64a 100644 (file)
@@ -457,10 +457,6 @@ class faiProfile extends plugin
       $ldap->add($this->attrs);
     }
     show_ldap_error($ldap->get_error(), _("Saving FAI profile failed"));
-
-    /* Do object tagging */
-    $this->handle_object_tagging();
-    show_ldap_error($ldap->get_error());
   }