'yii/form' → 'yii/validation'

This commit is contained in:
resurtm
2013-05-16 00:06:07 +06:00
parent bf1b2d9956
commit 60e574a68d
10 changed files with 10 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ class EmailValidator extends Validator
$options['skipOnEmpty'] = 1;
}
$view->registerAssetBundle('yii/form');
$view->registerAssetBundle('yii/validation');
if ($this->enableIDN) {
$view->registerAssetBundle('punycode');
}