* fix bug for install.

This commit is contained in:
wangyidong
2017-05-16 15:51:54 +08:00
parent 68b274e3d3
commit 4804c795b6
+1 -1
View File
@@ -418,7 +418,7 @@ class installModel extends model
/* Update cron remark by lang. */
foreach($this->lang->install->cronList as $command => $remark)
{
$this->dao->update(TABLE_GROUP)->set('remark')->eq($remark)->where('command')->eq($command)->exec();
$this->dao->update(TABLE_CRON)->set('remark')->eq($remark)->where('command')->eq($command)->exec();
}
}
}