]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed: group icon fallback error
authorJerome Bakker <jeabakker@coldtrick.com>
Thu, 26 Apr 2012 12:17:45 +0000 (14:17 +0200)
committerJerome Bakker <jeabakker@coldtrick.com>
Thu, 26 Apr 2012 12:17:45 +0000 (14:17 +0200)
mod/groups/icon.php

index 104da4b41504a605a8343c2db60ae587e6161cbb..f86f84fa5c1b8669912328c59a2e7b9a4753d9f1 100644 (file)
@@ -35,7 +35,7 @@ if ($filehandler->open("read")) {
 }
 
 if (!$success) {
-       $location = elgg_get_plugins_path() . "groups/graphics/default{$size}.jpg";
+       $location = elgg_get_plugins_path() . "groups/graphics/default{$size}.gif";
        $contents = @file_get_contents($location);
 }