1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Update rss_setup.php

This commit is contained in:
Gábor
2018-09-30 08:36:52 +02:00
committed by GitHub
parent 56835bb144
commit d9298745fc

View File

@@ -9,6 +9,7 @@
* Custom FAQ install/uninstall/update routines
*
*/
e107::includeLan(e_PLUGIN.'rss_menu/languages/'.e_LANGUAGE.'_admin_rss_menu.php');
class rss_menu_setup
{
@@ -26,11 +27,11 @@ class rss_menu_setup
$insert = array(
'rss_id' => 0,
'rss_name' => 'News',
'rss_name' => RSS_NEWS,
'rss_url' => 'news',
'rss_topicid' => '',
'rss_path' => 'news',
'rss_text' => 'The rss feed of the news',
'rss_text' => RSS_PLUGIN_LAN_7,
'rss_datestamp' => time(),
'rss_class' => '0',
'rss_limit' => '9'