Fix Group\Save
This commit is contained in:
parent
a9482c1542
commit
310274abfb
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ class Save extends Action
|
|||
$this->c->DB->exec($query, $vars);
|
||||
$group->resModified();
|
||||
|
||||
// сбросить кеш для гостя
|
||||
if ($group->groupGuest) {
|
||||
$this->c->users->resetGuest();
|
||||
}
|
||||
|
||||
return $group;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue