Code

Fixed typo
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / class_csvimport.inc
index 9d5f48313238b05a0218d2a598afec83a023cb4d..a4d8738ced737adccb4979ac1c8c6fc7842d69cc 100644 (file)
@@ -209,7 +209,7 @@ class csvimport extends plugin
 
             /* Insert in the LDAP tree */
             if(count($this->usertab->check())) {
-              msgDialog::displayChecks($this->usertab->check());
+              msg_dialog::displayChecks($this->usertab->check());
               $this->csvinfo['sorteddata'][$i]['status']="<b>"._("failed")."</b>";
               $failing = $i+1;
               break;