Browse Source

'yii/validation' is not dependency of the 'yii/form' asset bundle now.

tags/2.0.0-beta
resurtm 12 years ago
parent
commit
9803b43818
  1. 2
      yii/assets.php

2
yii/assets.php

@ -26,7 +26,7 @@ return array(
'js' => array(
'yii.activeForm.js',
),
'depends' => array('yii', 'yii/validation'),
'depends' => array('yii'),
),
'yii/captcha' => array(
'sourcePath' => __DIR__ . '/assets',

Loading…
Cancel
Save