mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 18:40:39 +00:00
$dms and $user is not needed in run()
This commit is contained in:
parent
4935fb3c9e
commit
3ac7bf6ae4
|
|
@ -23,8 +23,6 @@
|
||||||
class SeedDMS_Controller_ClearCache extends SeedDMS_Controller_Common {
|
class SeedDMS_Controller_ClearCache extends SeedDMS_Controller_Common {
|
||||||
|
|
||||||
public function run() {
|
public function run() {
|
||||||
$dms = $this->params['dms'];
|
|
||||||
$user = $this->params['user'];
|
|
||||||
$settings = $this->params['settings'];
|
$settings = $this->params['settings'];
|
||||||
$post = $this->params['post'];
|
$post = $this->params['post'];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user