-
Bug
-
Resolution: Fixed
-
Minor
-
2.4.5, 2.5.1
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-40680-master -
-
BACKEND Sprint 2
Originally discovered while investigating incorrect uses of PARAM_NUMBER. The serialiser option uses PARAM_NUMBER and the form actually wants ints like Memcached::SERIALIZER_IGBINARY.
cache/stores/memcached/addinstanceform.php: $form->setType('serialiser', PARAM_NUMBER);
|
But I also discovered that the Memcached::SERIALIZER_IGBINARY has the wrong lang string too.