Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.9
-
Fix Version/s: 3.9
-
Component/s: H5P
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_39_STABLE
-
Fixed Branches:MOODLE_39_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-68697-master -
Pull Master Diff URL:
Description
With the chart.h5p example there is no english translation. We store the negative result as a bool in the cache, but the cache cannot cope with a false value and sees that as a failure when calling unserialize, throwing an exception.
We cannot store a false value in a cache key it seems.