Commit 7ce6a8a4 by Qiang Xue

Fixed typo [skip ci]

parent 53a0b588
......@@ -204,7 +204,7 @@ class ImageValidator extends FileValidator
$options['minHeight'] = $this->minHeight;
$options['underHeight'] = Yii::$app->getI18n()->format($this->underHeight, [
'attribute' => $label,
'limit' => $this->maxHeight
'limit' => $this->minHeight
], Yii::$app->language);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment