redirect
This commit is contained in:
parent
fd064e963d
commit
538239a6c4
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ class Filter_ActionAccess
|
|||
$action = $request->getAction();
|
||||
if(! $this->checkAction($action)) {
|
||||
$request->set('action', 'index');
|
||||
}
|
||||
$request->setAction('index');
|
||||
}
|
||||
return $this->processor->execute($request);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue