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
048444fd
Commit
048444fd
authored
Aug 27, 2015
by
Gareth J Barnard
Browse files
MDL-50690 themes: Theme cache SVG images are not created.
parent
ef176837
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/image.php
View file @
048444fd
...
...
@@ -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