mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +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 {
|
||||
|
||||
public function run() {
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$settings = $this->params['settings'];
|
||||
$post = $this->params['post'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user