aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/image
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-07-14 14:42:37 -0400
committerCash Costello <cash.costello@gmail.com>2012-07-14 14:42:37 -0400
commit0eec78495e5f63a80c2b04fcb87bda1ccb2b6648 (patch)
tree42b2bb3b35e8d6ba2924f0aabe42f218beea6bca /pages/photos/image
parent65548983c054a48fe0adb94c327847a7101db390 (diff)
downloadelgg-0eec78495e5f63a80c2b04fcb87bda1ccb2b6648.tar.gz
elgg-0eec78495e5f63a80c2b04fcb87bda1ccb2b6648.tar.bz2
added exif back
Diffstat (limited to 'pages/photos/image')
-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,
)),