Ver Fonte

Fixed typo.

pallo há 25 anos atrás
pai
commit
afa95d46f1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -211,7 +211,7 @@
 	    $this->error = _("Invalid input data");
 	    return false;
 	 }
-	 if(empty($userdata["fullname"]) &&
+	 if(empty($userdata["firstname"]) &&
 	    empty($userdata["lastname"])) {
 	    $this->error = _("Name is missing");
 	    return false;