diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 26e461daf..052d9c325 100644 --- a/picture.php +++ b/picture.php @@ -633,7 +633,7 @@ else ) ); $template->assign_block_vars( - 'thumbnails',array('U_UP' => $url_up)); + 'up',array('U_URL' => $url_up)); } $template->assign_vars( |