浏览代码

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;