diff options
Diffstat (limited to 'views/default/object/image.php')
-rw-r--r-- | views/default/object/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/object/image.php b/views/default/object/image.php index 8ca20e75a..852fea8db 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -38,7 +38,7 @@ if ($photo_tags) { else $phototag_text = "unknown user"; - $phototag_link = $vars['url'] . "pg/photos/search/" . $photo_tag->value; + $phototag_link = $vars['url'] . "pg/photos/tagged/" . $photo_tag->value; } // hack to handle format of Pedro Prez's tags - ugh |