Parcourir la source

String fix and chmod

philippe_mingo il y a 24 ans
Parent
commit
1d9eabafe8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -393,7 +393,7 @@
 	 }
 
 	 if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) {
-	    $this->error = _("Nickname contain illegal characters");
+	    $this->error = _("Nickname contains illegal characters");
 	    return false;
 	 }