]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #4059 group icon handler needs to return true
authorcash <cash.costello@gmail.com>
Sat, 5 Nov 2011 20:42:27 +0000 (16:42 -0400)
committercash <cash.costello@gmail.com>
Sat, 5 Nov 2011 20:42:27 +0000 (16:42 -0400)
mod/groups/start.php

index 5469da01341185b64fbf5ee814eb5e15dba0dacd..7dcf6b7c4371f42ddc2fb8ca1b40bebe7cd8210d 100644 (file)
@@ -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;
 }
 
 /**