Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.7.6, 3.8.3
-
Component/s: Web Services
-
Testing Instructions:
-
Affected Branches:MOODLE_37_STABLE, MOODLE_38_STABLE
-
Fixed Branches:MOODLE_38_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.8 Branch:
MDL-68971_38 -
Pull 3.8 Diff URL:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Currently, if the class cannot be found, the entire text of the message is:
Cannot find external class
This is ... not very helpful. I propose to change it to
'Cannot find external class ' . $function->classname
and I am wording this as a bug, because I think it is worth doing on stables too.
I was struggling to diagnose a bug we were seeing, so first I just hacked this change into our code. Then I decided to do the socially responsible thing and submit it upstream.