Code

Added repository service
[gosa.git] / plugins / admin / systems / class_servDB.inc
index 6ceef64e6183bab861fc96c669c12524ccc2bff4..6d4e25bc79449849a299a29c62723b6bebefe22c 100644 (file)
@@ -240,9 +240,9 @@ class servdb extends plugin
     $ldap= $this->config->get_ldap_link();
     $ldap->cd($this->dn);
     $this->cleanup();
-$ldap->modify ($this->attrs); 
+    $ldap->modify ($this->attrs); 
 
-    show_ldap_error($ldap->get_error());
+    show_ldap_error($ldap->get_error(), _("Saving server db settings failed"));
 
     /* Optionally execute a command after we're done */
     if ($this->initially_was_account == $this->is_account){