release version 2.0.9

This commit is contained in:
Carsten Brandt
2016-07-11 15:36:42 +02:00
parent 1423e34131
commit ee92cfa7ba
10 changed files with 61 additions and 41 deletions

View File

@ -158,7 +158,7 @@ class UniqueValidator extends Validator
* Builds and adds [[comboNotUnique]] error message to the specified model attribute.
* @param \yii\base\Model $model the data model.
* @param string $attribute the name of the attribute.
*/
*/
private function addComboNotUniqueError($model, $attribute)
{
$attributeCombo = [];