diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-25 20:00:37 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-25 20:00:37 +0000 |
commit | f22b65ccceb95ae55619f34f04bb9955ff07574e (patch) | |
tree | ff48179c2bdd6c64784bb5d0ed50d2c4877a2916 /mod/groups/start.php | |
parent | 241e22f5c219dde0b1352f26dbb651c2f564913c (diff) | |
download | elgg-f22b65ccceb95ae55619f34f04bb9955ff07574e.tar.gz elgg-f22b65ccceb95ae55619f34f04bb9955ff07574e.tar.bz2 |
Converted all uses of profile/icon in core + plugins to elgg_view_entity_icon
git-svn-id: http://code.elgg.org/elgg/trunk@8471 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r-- | mod/groups/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php index 8490f1c87..5dd590ab8 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -59,7 +59,6 @@ function groups_init() { //extend some views - elgg_extend_view('profile/icon', 'groups/icon'); elgg_extend_view('css/elgg', 'groups/css'); // Access permissions |