-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.5, 3.9.2, 3.10, 4.0
-
MOODLE_310_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
master-
MDL-69752 -
It's been found that `mod/data/index.php` page doesn't use `format_module_intro()` when building the list of database activities for a given course.
Therefore, database descriptions doesn't display the images (and other files) and a debugging message is shown:
Before calling format_text(), the content must be processed with file_rewrite_pluginfile_urls()
|
line 1347 of /lib/weblib.php: call to debugging() |
line 133 of /mod/data/index.php: call to format_text() |
Here is a screenshot: