diff options
author | cash <cash.costello@gmail.com> | 2011-11-05 16:42:27 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-05 16:42:27 -0400 |
commit | b5f88f3e8836464bd9939ac296b673c4b199bf0a (patch) | |
tree | 97f4f5476aa632e4cf260f5d99573f5c8579c60c /mod/groups/start.php | |
parent | 2cbb3a7248744d72267164d3a41bd3b2b8fc4978 (diff) | |
download | elgg-b5f88f3e8836464bd9939ac296b673c4b199bf0a.tar.gz elgg-b5f88f3e8836464bd9939ac296b673c4b199bf0a.tar.bz2 |
Refs #4059 group icon handler needs to return true
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r-- | mod/groups/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php index 5469da013..7dcf6b7c4 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -263,6 +263,7 @@ function groups_icon_handler($page) { // Include the standard profile index $plugin_dir = elgg_get_plugins_path(); include("$plugin_dir/groups/icon.php"); + return true; } /** |