소스 검색

Fixed typo.

pallo 25 년 전
부모
커밋
afa95d46f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;