mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35: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)
|
// See if we can parse it (might be PNG format here)
|
||||||
$i = @imagecreatefromstring($data);
|
$i = @imagecreatefromstring($data);
|
||||||
if ($i) {
|
if ($i) {
|
||||||
imagesavealpha($img, true);
|
imagesavealpha($i, true);
|
||||||
return $i;
|
return $i;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -267,4 +267,4 @@ class jimIcon {
|
|||||||
return $img;
|
return $img;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user