Validator, captcha, form, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@141 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -119,7 +119,7 @@ class PHPView implements iView
|
||||
protected function getHelper($name)
|
||||
{
|
||||
if (!isset($this->helpers[$name])) {
|
||||
$class = 'ViewHelper' . ucfirst($name);
|
||||
$class = ucfirst($name) . 'ViewHelper';
|
||||
if (!class_exists($class)) {
|
||||
throw new GeneralException('View helper "' . $class . '" not found.');
|
||||
}
|
||||
|
Reference in New Issue
Block a user