mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
update jimIcon (https://github.com/jimparis/jimIcon/pull/4)
This commit is contained in:
@@ -106,7 +106,7 @@ class jimIcon {
|
||||
// See if we can parse it (might be PNG format here)
|
||||
$i = @imagecreatefromstring($data);
|
||||
if ($i) {
|
||||
imagesavealpha($img, true);
|
||||
imagesavealpha($i, true);
|
||||
return $i;
|
||||
}
|
||||
|
||||
@@ -267,4 +267,4 @@ class jimIcon {
|
||||
return $img;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user