-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.0
-
None
The version_check method has four parameters, and is called with three. Even though the method has default values, the missing parameter is the third, so cannot be assumed as default, and the fourth param is taken as the value for third, using always default for fourth.
Introduced in ticket/12610.