aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/diagnostics/index.php')
-rw-r--r--mod/diagnostics/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/diagnostics/index.php b/mod/diagnostics/index.php
index 37581a3d9..8bf2b6f25 100644
--- a/mod/diagnostics/index.php
+++ b/mod/diagnostics/index.php
@@ -13,7 +13,9 @@
admin_gatekeeper();
set_context('admin');
-
+ // Set admin user for user block
+ set_page_owner($_SESSION['guid']);
+
$title = elgg_view_title(elgg_echo('diagnostics'));
$body .= elgg_echo('diagnostics:description');