diff options
Diffstat (limited to 'admin/statistics/index.php')
-rw-r--r-- | admin/statistics/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/statistics/index.php b/admin/statistics/index.php index 593221f6d..dc318eeed 100644 --- a/admin/statistics/index.php +++ b/admin/statistics/index.php @@ -17,7 +17,9 @@ // Make sure only valid admin users can see this admin_gatekeeper(); - + + // Set admin user for user block + 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"))); |