Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.5
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
Description
Warning:
Strict warning: Declaration of HTML_QuickForm_Rule_Range::validate() should be compatible with HTML_QuickForm_Rule::validate($value) in HTML_QuickForm_RuleRegistry::getRule()
File: HTML/QuickForm/Rule/Range.php
Class: class HTML_QuickForm_Rule_Range extends HTML_QuickForm_Rule
probably should be something like this:
function validate($value, $options = array())
now is:
function validate($value, $options)