Commit d3dd1352 by Alexander Kochetov

RangeValidator typo fix

parent 6d4196d3
......@@ -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