Commit 05525f18 by Qiang Xue

Merge pull request #3569 from creocoder/range-validator-typo-fix

RangeValidator typo fix
parents 12a0a4eb d3dd1352
......@@ -108,7 +108,7 @@ yii.validation = (function ($) {
}
});
if (options.not !== inArray) {
if (options.not === inArray) {
pub.addMessage(messages, options.message, value);
}
},
......
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