Code

* Fixed current main base problem
[gosa.git] / plugins / personal / connectivity / class_kolabAccount.inc
index 114444cf942546324d7a9af3dbff6d24bf527f6a..16e23b9fa12cecc0176ba893c4eb4d04f112de33 100644 (file)
@@ -320,9 +320,9 @@ class kolabAccount 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 Kolab account failed"));
 
     /* Optionally execute a command after we're done */
     if ($this->initially_was_account == $this->is_account){