mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Enabling overload of AppHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3798 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
dedb404423
commit
91ade8fe45
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@
|
|||
} else {
|
||||
require(CAKE . 'app_helper.php');
|
||||
}
|
||||
Overloadable::overload('AppHelper');
|
||||
}
|
||||
|
||||
if ($name === null) {
|
||||
|
|
Loading…
Reference in a new issue