1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-24 17:40:26 +01:00
Sara Arjona e85c7179b2 MDL-70139 core_badges: fix invalid request when sending to backpack
Having mixed $data in badge exporters is causing some issues.
As all these exporters are using $data as an object, $data can be
converted to object in the constructor, to avoid errors and get
the expected behaviour always.
2020-11-06 16:05:44 +01:00
..