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

Minor fixes to the rss plugin.

This commit is contained in:
Cameron
2013-06-18 21:12:47 -07:00
parent 34f0eeb409
commit a1c768f847
4 changed files with 11 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ class chatbox_menu_rss // plugin-folder + '_rss'
/**
* Admin RSS Configuration
*/
function config() // XXX TODO // Have admin read this.
function config()
{
$config = array();
@@ -25,11 +25,10 @@ class chatbox_menu_rss // plugin-folder + '_rss'
'name' => 'Chatbox Posts',
'url' => 'chatbox',
'topic_id' => '',
'path' => 'chatbox_menu', // known
'description' => 'this is the rss feed for the chatbox entries', // that's 'description' not 'text'
'class' => '0',
'limit' => '9'
);
);
return $config;
}