1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Updated e_rss.php to v2.x spec.

This commit is contained in:
Cameron
2013-06-18 20:21:39 -07:00
parent dbf987298d
commit 34f0eeb409
5 changed files with 128 additions and 21 deletions

View File

@@ -187,7 +187,7 @@ SC_END
SC_BEGIN RSS_ADMIN_IMPORT_TEXT
global $feed;
return $feed['text'];
return ($feed['description']) ? $feed['description'] : $feed['text'];
SC_END
SC_BEGIN RSS_ADMIN_IMPORT_URL