diff options
Diffstat (limited to 'mod/diagnostics/index.php')
-rw-r--r-- | mod/diagnostics/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/diagnostics/index.php b/mod/diagnostics/index.php index e77d004a8..9a7b66191 100644 --- a/mod/diagnostics/index.php +++ b/mod/diagnostics/index.php @@ -12,9 +12,6 @@ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); admin_gatekeeper(); set_context('admin'); -// Set admin user for user block -set_page_owner($_SESSION['guid']); - // system diagnostics $body = elgg_view_title(elgg_echo('diagnostics')); $body .= elgg_view('page_elements/contentwrapper', array('body' => |