1
0
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:
Cameron
2016-02-09 11:02:08 -08:00
parent bd57c0109c
commit 2ccb18696a
2 changed files with 45 additions and 41 deletions

View File

@@ -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/"));
}
}