Merge branch 'wip_MDL-50690_m28' of git://github.com/gjb2048/moodle into MOODLE_28_STABLE

This commit is contained in:
Dan Poltawski
2015-09-01 20:59:59 +01:00
+4
View File
@@ -167,6 +167,10 @@ if (!$usesvg) {
}
send_uncached_image($imagefile);
exit;
} else {
/* We cannot serve the SVG file this time and there is no alternative, so prevent future
requests from failing to find the image when they can support SVG. */
image_not_found();
}
}
}