From 3b41c3c9272fd2d1186bacd962860dec3b21c450 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Sun, 11 Mar 2007 12:35:50 +0000 Subject: [PATCH] Use old default setting --- .../serendipity_plugin_remoterss.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php b/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php index b4027b7..cbe66a9 100644 --- a/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php +++ b/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php @@ -257,7 +257,7 @@ class serendipity_plugin_remoterss extends serendipity_plugin { $propbag->add('description', PLUGIN_REMOTERSS_BLAHBLAH); $propbag->add('stackable', true); $propbag->add('author', 'Udo Gerhards, Richard Thomas Harrison'); - $propbag->add('version', '1.7'); + $propbag->add('version', '1.8'); $propbag->add('requirements', array( 'serendipity' => '0.8', 'smarty' => '2.6.7', @@ -274,7 +274,7 @@ class serendipity_plugin_remoterss extends serendipity_plugin { $propbag->add('type', 'boolean'); $propbag->add('name', PLUGIN_REMOTERSS_RSSLINK); $propbag->add('description', PLUGIN_REMOTERSS_RSSLINK_DESC); - $propbag->add('default', 'false'); + $propbag->add('default', 'true'); break; case 'escape_rss': -- 2.39.5