pallo hace 25 años
padre
commit
afa95d46f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;