aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/picture.php b/picture.php
index 6f0af4d6c..7448461bb 100644
--- a/picture.php
+++ b/picture.php
@@ -536,14 +536,13 @@ if (isset($_GET['slideshow']))
if (!empty($id_pict_redirect))
{
- // $redirect_msg, $refresh, $url_link and $title are required for creating
+ // $refresh, $url_link and $title are required for creating
// an automated refresh page in header.tpl
$refresh = $slideshow_params['period'];
$url_link = add_url_params(
$picture[$id_pict_redirect]['url'],
$slideshow_url_params
);
- $redirect_msg = nl2br(l10n('redirect_msg'));
}
}
}