Fixing class name reference in TextHelper ('Html' -> 'HtmlHelper')

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3370 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-08-06 17:55:01 +00:00
parent 34651c4811
commit 26977195c3

View file

@ -33,7 +33,7 @@
* *
*/ */
if (!class_exists('Html')) { if (!class_exists('HtmlHelper')) {
uses(DS . 'view' . DS . 'helpers' . DS . 'html'); uses(DS . 'view' . DS . 'helpers' . DS . 'html');
} }