mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding fix for Ticket #2561
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5334 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
82ba2fa716
commit
f72cdb6670
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class Dispatcher extends Object {
|
|||
}
|
||||
|
||||
if (in_array(strtolower($params['action']), array(
|
||||
'tostring', 'requestaction', 'log', 'cakeerror', 'constructclasses', 'redirect', 'set', 'setaction',
|
||||
'object', 'tostring', 'requestaction', 'log', 'cakeerror', 'constructclasses', 'redirect', 'set', 'setaction',
|
||||
'validate', 'validateerrors', 'render', 'referer', 'flash', 'flashout', 'generatefieldnames',
|
||||
'postconditions', 'cleanupfields', 'beforefilter', 'beforerender', 'afterfilter', 'disablecache', 'paginate'))) {
|
||||
$missingAction = true;
|
||||
|
|
Loading…
Reference in a new issue