diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 11:10:20 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 11:10:20 +0000 |
commit | 806795fa390753539dbb02c490dcd94c2c7610d8 (patch) | |
tree | 91e790bbccfce6a423a4ec977ae7a4a8115e4f6d /admin/statistics.php | |
parent | fe1b0d56d4515ede1a3128c649c487b15fb6ffa4 (diff) | |
download | elgg-806795fa390753539dbb02c490dcd94c2c7610d8.tar.gz elgg-806795fa390753539dbb02c490dcd94c2c7610d8.tar.bz2 |
Removed unnecessary owner blocks.
git-svn-id: https://code.elgg.org/elgg/trunk@2844 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin/statistics.php')
-rw-r--r-- | admin/statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/statistics.php b/admin/statistics.php index fcc42bad5..ba0a916e8 100644 --- a/admin/statistics.php +++ b/admin/statistics.php @@ -19,7 +19,7 @@ admin_gatekeeper(); // Set admin user for user block - set_page_owner($_SESSION['guid']); + //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"))); |