Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
6430d84b
Commit
6430d84b
authored
Sep 01, 2015
by
Dan Poltawski
Browse files
Merge branch 'wip_MDL-50690_m28' of
git://github.com/gjb2048/moodle
into MOODLE_28_STABLE
parents
da0950d2
048444fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/image.php
View file @
6430d84b
...
...
@@ -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
();
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment