diff options
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 3669ceed3..4335f2a23 100644 --- a/picture.php +++ b/picture.php @@ -638,7 +638,7 @@ if ($picture['current']['is_picture']) if ($original_width != $picture_size[0] or $original_height != $picture_size[1]) { - $content = '[ <a href="'.$picture['current']['url'].'" '; + $content = '[ <a href="'.$picture['current']['src'].'" '; $content.= ' title="'.$lang['true_size'].'">'; $content.= $original_width.'*'.$original_height.'</a> ]'; } |