diff options
Diffstat (limited to 'mod/logbrowser')
-rw-r--r-- | mod/logbrowser/index.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mod/logbrowser/index.php b/mod/logbrowser/index.php index 18a15bfa4..d3901726c 100644 --- a/mod/logbrowser/index.php +++ b/mod/logbrowser/index.php @@ -13,9 +13,6 @@ admin_gatekeeper(); set_context('admin'); - // Set admin user for user block - set_page_owner($_SESSION['guid']); - $limit = get_input('limit', 40); $offset = get_input('offset'); @@ -63,4 +60,4 @@ // Display main admin menu page_draw(elgg_echo('logbrowser'),elgg_view_layout("two_column_left_sidebar", '', $title . $form . $result)); -?>
\ No newline at end of file +?> |