summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2013-05-24 12:12:57 +0000
committerNathan Kinkade <nath@nkinka.de>2013-05-24 12:12:57 +0000
commit9569b43035de9645e82271896e302c8d082d960a (patch)
tree4dffbc9117e84d5fb9cf0a5806bf51ff2086ee95 /modules/gallery/controllers
parent3908e37d965fa76ea774e76ddf42365a872a5f27 (diff)
parentb7177cfb2dcfb8b057a15757943c5e733d6c8917 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers')
-rw-r--r--modules/gallery/controllers/movies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/movies.php b/modules/gallery/controllers/movies.php
index ca332f67..56075710 100644
--- a/modules/gallery/controllers/movies.php
+++ b/modules/gallery/controllers/movies.php
@@ -67,7 +67,7 @@ class Movies_Controller extends Items_Controller {
log::success("content", "Updated movie", "<a href=\"{$movie->url()}\">view</a>");
message::success(
- t("Saved movie %movie_title", array("movie_title" => $movie->title)));
+ t("Saved movie %movie_title", array("movie_title" => html::purify($movie->title))));
if ($form->from_id->value == $movie->id) {
// Use the new url; it might have changed.