* adjust page.

This commit is contained in:
wangyidong
2016-12-08 13:27:37 +08:00
parent 2f71effc52
commit fbce8df948
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ class userModel extends model
if(isset($_POST['groups']))
{
$this->dao->delete()->from(TABLE_USERGROUP)->where('account')->eq($oldUser->account)->exec();
$this->dao->delete()->from(TABLE_USERGROUP)->where('account')->eq($this->post->account)->exec();
foreach($this->post->groups as $groupID)
{
$data = new stdclass();