aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-07 16:16:46 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-07 16:16:46 +0000
commit5ca5347e6cc1d2a71412495b2bc2898fd12292e7 (patch)
tree9615e411e0c17aeb8a72952d8acca576d811c7c1 /mod/profile
parentd7fcdaab5474b8232bca1cf4d49d887a658bc1fe (diff)
downloadelgg-5ca5347e6cc1d2a71412495b2bc2898fd12292e7.tar.gz
elgg-5ca5347e6cc1d2a71412495b2bc2898fd12292e7.tar.bz2
Fixed access permissions wrt groups
git-svn-id: https://code.elgg.org/elgg/trunk@1765 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r--mod/profile/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index e8e8b57dd..55535f492 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -60,7 +60,7 @@
// Extend context menu with admin links
if (isadminloggedin())
{
- extend_view('profile/menu/links','profile/menu/adminlinks');
+ extend_view('profile/menu/links','profile/menu/adminlinks',0);
}
}