MDL-50690 themes: Theme cache SVG images are not created.

This commit is contained in:
Gareth J Barnard
2015-08-27 15:35:23 +01:00
parent 6d392b3027
commit 01410430e7
+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();
}
}
}