]> git.mjollnir.org Git - s9y.git/commitdiff
Use old default setting
authorgarvinhicking <garvinhicking>
Sun, 11 Mar 2007 12:35:50 +0000 (12:35 +0000)
committergarvinhicking <garvinhicking>
Sun, 11 Mar 2007 12:35:50 +0000 (12:35 +0000)
plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php

index b4027b7e87ae9349588886a56ea85d501066774f..cbe66a9f8794de36a29a9278103c701b87ba8fed 100644 (file)
@@ -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':