aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-16 14:45:44 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-16 14:45:44 +0000
commit4d4626b6ea9af4256c37c2e7047eef4f995dfdf3 (patch)
tree46f1a652deb5f9729322f6d602ed2f9a6532c26c /mod/profile/start.php
parentc7369d0f0bbe1a0e899c02ea96255da704cdf445 (diff)
downloadelgg-4d4626b6ea9af4256c37c2e7047eef4f995dfdf3.tar.gz
elgg-4d4626b6ea9af4256c37c2e7047eef4f995dfdf3.tar.bz2
Admin links are now consolidated
git-svn-id: https://code.elgg.org/elgg/trunk@1973 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-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 9ad88fab6..f47f44395 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -61,7 +61,7 @@
// Extend context menu with admin links
if (isadminloggedin())
{
- extend_view('profile/menu/links','profile/menu/adminlinks',10000);
+ extend_view('profile/menu/links','profile/menu/adminwrapper',10000);
}
}