mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding fix for Ticket #2310
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4713 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
575b27d586
commit
41012b86ba
1 changed files with 1 additions and 2 deletions
|
@ -193,8 +193,7 @@ class Dispatcher extends Object {
|
|||
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'
|
||||
))) {
|
||||
'postconditions', 'cleanupfields', 'beforefilter', 'beforerender', 'afterfilter', 'disablecache', 'paginate'))) {
|
||||
$missingAction = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue