-
Bug
-
Resolution: Fixed
-
Minor
-
2.2
-
None
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE
-
MDL-29768-master -
On debugging admin page there is a 'debugstringids' option. Contrary to the description, this does nothing and is not referenced in any code.
Even if it worked it is not very useful as often we can't turn it on for a whole server. I am reimplementing it for Moodle 2.2 with the requirement to use '&strings=1' in the URL to trigger it (i.e. turning on the debug option does nothing on its own, you also need to put that parameter in). This means it can be left on by default on test servers.