Skip to content

Commit

Permalink
Merge branch 'wip_MDL-50690_master' of git://github.com/gjb2048/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Sep 1, 2015
2 parents 75ac8ba + 0141043 commit 20706d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@
}
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();
}
}
}
Expand Down

0 comments on commit 20706d0

Please sign in to comment.