Skip to content

Commit

Permalink
Update rss_setup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yesszus authored Sep 30, 2018
1 parent 56835bb commit d929874
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e107_plugins/rss_menu/rss_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -26,11 +27,11 @@ function install_post($var)

$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'
Expand Down

0 comments on commit d929874

Please sign in to comment.