-
Bug
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-65459-master -
I happened to do a different type of code search (searched for regex 'unser.*->other') and found two places which were still relying on the log 'other' field being PHP-serialised. These are:
- Somewhere in privacy helper (I am not sure what this one does!)
- When sending out email about failed logins
Note: I didn't work out a way to test the privacy helper one, it seems only to occur in an unexpected case. I wrote a test script for the other one though, and the fix is straightforward and identical both places...
- is a regression caused by
-
MDL-62907 Logging: Standard log table 'other' field should use JSON format, not PHP serialize
-
- Closed
-