aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/image/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/photos/image/view.php')
-rw-r--r--pages/photos/image/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/photos/image/view.php b/pages/photos/image/view.php
index 1d359b6c7..fc4a01320 100644
--- a/pages/photos/image/view.php
+++ b/pages/photos/image/view.php
@@ -57,7 +57,7 @@ $body = elgg_view_layout('content', array(
'filter' => false,
'content' => $content,
'title' => $photo->getTitle(),
- 'sidebar' => elgg_view('tidypics/sidebar', array(
+ 'sidebar' => elgg_view('photos/sidebar', array(
'page' => 'view',
'image' => $photo,
)),