diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 14:42:37 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 14:42:37 -0400 |
commit | 0eec78495e5f63a80c2b04fcb87bda1ccb2b6648 (patch) | |
tree | 42b2bb3b35e8d6ba2924f0aabe42f218beea6bca /pages/photos/image | |
parent | 65548983c054a48fe0adb94c327847a7101db390 (diff) | |
download | elgg-0eec78495e5f63a80c2b04fcb87bda1ccb2b6648.tar.gz elgg-0eec78495e5f63a80c2b04fcb87bda1ccb2b6648.tar.bz2 |
added exif back
Diffstat (limited to 'pages/photos/image')
-rw-r--r-- | pages/photos/image/view.php | 2 |
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, )), |