$dms and $user is not needed in run()

This commit is contained in:
Uwe Steinmann 2025-10-30 11:46:56 +01:00
parent 4935fb3c9e
commit 3ac7bf6ae4

View File

@ -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'];