Explorar el Código

:bug: 错误字串错

visuddhinanda hace 4 años
padre
commit
702903138d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/db/user.php

+ 1 - 1
app/db/user.php

@@ -327,7 +327,7 @@ class User extends Table
 		}
 		if(mb_strlen($nickname,"UTF-8")<1){
 			$this->result["ok"]=false;
-			$this->result["message"]="::nicknamename_too_short";
+			$this->result["message"]="::nickname_too_short";
 			return false;
 		}
 		return true;