mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
Fixed bug in CacheHelper where PluginAppController was not being loaded
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
fb3c3e4df8
commit
30d6341e7f
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ class CacheHelper extends AppHelper {
|
|||
";
|
||||
} else {
|
||||
$file .= "
|
||||
App::uses('{$this->_View->plugin}AppController', '{$this->_View->plugin}.Controller');
|
||||
App::uses('{$this->_View->name}Controller', '{$this->_View->plugin}.Controller');
|
||||
";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue