-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.9, 4.4.5, 4.5
The core\check\result::get_ref() method calls two methods that don't exist (get_component() and get_id()) so throws an error if called:
Error : Call to undefined method core\check\result::get_component()
|
It doesn't appear to be called anywhere in the code though, so I wonder if it could be removed?