]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
admin pages do not set page owner any more in Elgg
authorCash Costello <cash.costello@gmail.com>
Sat, 8 May 2010 11:50:54 +0000 (11:50 +0000)
committerCash Costello <cash.costello@gmail.com>
Sat, 8 May 2010 11:50:54 +0000 (11:50 +0000)
pages/admin.php
pages/upload.php

index 437d2f47c0f6324263576e040529b2c2684b9f70..d3e81035164b11f8038cf85f2d01d777fe811cbe 100644 (file)
@@ -11,7 +11,6 @@
 
        admin_gatekeeper();
        set_context('admin');
-       set_page_owner($_SESSION['guid']);
        
        $tab = isset($_GET['tab']) ? $_GET['tab'] : 'settings';
 
index 84d23728755121456d77e03a79fcbb6b1a9ce97d..5c123537ef38e7157e3267eacdf1e060e50e44dd 100644 (file)
@@ -36,6 +36,8 @@
        $area2 .= elgg_view_title($title);
        
        $area2 .= elgg_view("tidypics/forms/upload", array('album' => $album_guid ) );
+//     $area2 .= elgg_view("tidypics/forms/flash_upload", array('album' => $album_guid ) );
+
        $body = elgg_view_layout('two_column_left_sidebar', '', $area2);
        
        page_draw($title, $body);