Code

Added external resolution hook to environment
[gosa.git] / include / class_plugin.inc
index f9ffda6793430a61e48c062829d0b29626b92acb..15180d73cbd1719b2805435b63ce8ae03a597d83 100644 (file)
@@ -935,6 +935,7 @@ class plugin
         $nattrs['objectClass'][]= "gosaAdministrativeUnitTag";
         $ldap->cd($dn);
         $ldap->modify($nattrs);
+        show_ldap_error($ldap->get_error(), _("Handle object tagging failed"));
       } else {
         @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, "Not tagging ($tag) $dn - seems to have moved away", "Tagging");
       }