diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-29 20:15:30 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-29 20:15:30 +0000 |
commit | 0f98f79a128f2641c6928e49fa0564a3045bf363 (patch) | |
tree | 433e0b9e7399f6afa4c41fd92ba9b2af6c7f0fb9 /mod/logbrowser | |
parent | d28efc8fea64aeacb34077c1d4c29192e2aa72c5 (diff) | |
download | elgg-0f98f79a128f2641c6928e49fa0564a3045bf363.tar.gz elgg-0f98f79a128f2641c6928e49fa0564a3045bf363.tar.bz2 |
Removed unneeded owner block icons from admin.
git-svn-id: http://code.elgg.org/elgg/trunk@3858 36083f99-b078-4883-b0ff-0f9b5a30f544
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 +?> |