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:
@@ -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
|
||||
|
Reference in New Issue
Block a user