* adjust a error word.

This commit is contained in:
wangyidong
2016-06-08 17:24:55 +08:00
parent c33166261d
commit 316c6c7150
+1 -1
View File
@@ -25,7 +25,7 @@ class tutorialModel extends model
$count = $this->dao->select('count(*) as count')->from(TABLE_ACTION)->where('actor')->eq($account)->fetch('count');
if($count < 10) return true;
$this->loadModel('setting')->setItem($account . '.common.global.nevice', 'false');
$this->loadModel('setting')->setItem($account . '.common.global.novice', 'false');
return false;
}