@@ -58,6 +58,8 @@ class Save extends Method
$this->c->DB->exec($sql, $vars);
}
+ $this->c->Cache->delete('censorship');
+
return $this->model;
@@ -36,8 +36,6 @@ class Censoring extends Admin
$this->c->censorship->save($v->form);
- $this->c->Cache->delete('censorship'); //????
-
return $this->c->Redirect->page('AdminCensoring')->message('Data updated redirect');