diff options
Diffstat (limited to 'admin/statistics.php')
-rw-r--r-- | admin/statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/statistics.php b/admin/statistics.php index fcc42bad5..ba0a916e8 100644 --- a/admin/statistics.php +++ b/admin/statistics.php @@ -19,7 +19,7 @@ admin_gatekeeper(); // Set admin user for user block - set_page_owner($_SESSION['guid']); + //set_page_owner($_SESSION['guid']); // Display main admin menu page_draw(elgg_echo("admin:statistics"),elgg_view_layout("two_column_left_sidebar",'',elgg_view_title(elgg_echo('admin:statistics')) . elgg_view("admin/statistics"))); |