* Change tips.

This commit is contained in:
滔哥
2017-12-14 10:34:28 +08:00
parent 9c7df9ce2e
commit 4efc830f31
+1 -1
View File
@@ -395,7 +395,7 @@ class user extends control
{
if(strtolower($_POST['account'] == 'guest'))
{
die(js::error(str_replace('ID', $this->lang->user->account, sprintf($this->lang->user->error->reserved, $_POST['account']))));
die(js::error(str_replace('ID ', '', sprintf($this->lang->user->error->reserved, $_POST['account']))));
}
$this->user->create();
if(dao::isError()) die(js::error(dao::getError()));