There is a small bug in Zend_Validate_LessThan. In the isValid() method $this->_setValue($value); should be called, but it is not.
In effect there's a missing value in validation message.
-- Marcin Stefaniak
There is a small bug in Zend_Validate_LessThan. In the isValid() method $this->_setValue($value); should be called, but it is not.
In effect there's a missing value in validation message.
-- Marcin Stefaniak