Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.9.1, 3.10
-
Component/s: Messages, Web Services
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_310_STABLE, MOODLE_39_STABLE
-
Fixed Branches:MOODLE_310_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.9 Branch:
MDL-69411-39 -
Pull 3.9 Diff URL:
-
Pull 3.10 Branch:
MDL-69411-310 -
Pull 3.10 Diff URL:
-
Pull 3.11 Branch:
MDL-69411-311 -
Pull 3.11 Diff URL:
-
Pull Master Branch:
MDL-69411-master -
Pull Master Diff URL:
-
Sprint:Moppies Kanban
Description
This error is caused by this line of code. If there are no new messages after the timefrom param, it returns an empty array. However, the WebService core_message_get_conversation_messages expects to return this structure instead of an array.