mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Issue #1342 toImage() method updated.
This commit is contained in:
@@ -143,7 +143,7 @@ class news_rss // plugin-folder + '_rss'
|
||||
{
|
||||
|
||||
$text .= "<br />\n";
|
||||
$text .= $tp->toImage($img, array('alt'=>basename($img), 'w'=>800,'h'=>600, 'legacy'=> "{e_IMAGE}newspost_images/"));
|
||||
$text .= $tp->toImage($img, array('w'=>800,'h'=>600, 'legacy'=> "{e_IMAGE}newspost_images/"));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user