mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding 1.2 fix for Ticket #1794
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4170 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2ea8e4edee
commit
673bd82ee8
1 changed files with 5 additions and 5 deletions
|
@ -187,11 +187,11 @@ class Dispatcher extends Object {
|
|||
$missingAction = true;
|
||||
}
|
||||
|
||||
if (in_array(strtolower($params['action']), array('toString', 'requestAction', 'log',
|
||||
'cakeError', 'constructClasses', 'redirect',
|
||||
'set', 'setAction', 'validate', 'validateErrors',
|
||||
'render', 'referer', 'flash', 'flashOut',
|
||||
'generateFieldNames', 'postConditions', 'cleanUpFields',
|
||||
if (in_array(strtolower($params['action']), array('tostring', 'requestaction', 'log',
|
||||
'cakeerror', 'constructclasses', 'redirect',
|
||||
'set', 'setaction', 'validate', 'validateerrors',
|
||||
'render', 'referer', 'flash', 'flashout',
|
||||
'generatefieldnames', 'postconditions', 'cleanupfields',
|
||||
'beforefilter', 'beforerender', 'afterfilter'))) {
|
||||
$missingAction = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue