aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/image/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/photos/image/upload.php')
-rw-r--r--pages/photos/image/upload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/photos/image/upload.php b/pages/photos/image/upload.php
index 3d3e67b58..425d5689a 100644
--- a/pages/photos/image/upload.php
+++ b/pages/photos/image/upload.php
@@ -52,6 +52,7 @@ $body = elgg_view_layout('content', array(
'content' => $content,
'title' => $title,
'filter' => '',
+ 'sidebar' => elgg_view('photos/sidebar', array('page' => 'upload')),
));
echo elgg_view_page($title, $body);