Fixing code formatting in View

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3416 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-08-20 22:21:22 +00:00
parent 4de9ca6a6c
commit 6535c4936c

View file

@ -702,13 +702,13 @@ class View extends Object{
if (in_array($helper, array_keys($loaded)) !== true) { if (in_array($helper, array_keys($loaded)) !== true) {
if (!class_exists($helperCn)) { if (!class_exists($helperCn)) {
if (is_null($plugin) || !loadPluginHelper($plugin, $helper)) { if (is_null($plugin) || !loadPluginHelper($plugin, $helper)) {
if (!loadHelper($helper)) { if (!loadHelper($helper)) {
return $this->cakeError('missingHelperFile', array(array( return $this->cakeError('missingHelperFile', array(array(
'helper' => $helper, 'helper' => $helper,
'file' => Inflector::underscore($helper) . '.php', 'file' => Inflector::underscore($helper) . '.php',
'base' => $this->base 'base' => $this->base
))); )));
} }
} }
if (!class_exists($helperCn)) { if (!class_exists($helperCn)) {
return $this->cakeError('missingHelperClass', array(array( return $this->cakeError('missingHelperClass', array(array(