]> git.mjollnir.org Git - s9y.git/commitdiff
allow to use own FB image id
authorgarvinhicking <garvinhicking>
Fri, 23 Jun 2006 08:25:41 +0000 (08:25 +0000)
committergarvinhicking <garvinhicking>
Fri, 23 Jun 2006 08:25:41 +0000 (08:25 +0000)
include/plugin_internal.inc.php

index 78d6b42425d4069cf1e401fd0247487c9153cd98..03d6130a661fc3100d0834090e648aa9b8ad6964 100644 (file)
@@ -661,7 +661,7 @@ class serendipity_syndication_plugin extends serendipity_plugin {
         $propbag->add('description',   SHOWS_RSS_BLAHBLAH);
         $propbag->add('stackable',     true);
         $propbag->add('author',        'Serendipity Team');
-        $propbag->add('version',       '1.1');
+        $propbag->add('version',       '1.2');
         $propbag->add('configuration', array(
                                         'fullfeed',
                                         'show_0.91',
@@ -951,8 +951,6 @@ class serendipity_syndication_plugin extends serendipity_plugin {
                        $img = $this->get_config('fb_img');
                        if (strlen($img) == 0) {
                                $img = 'http://feeds.feedburner.com/~fc/'.$this->get_config('fb_id').'?bg=99CCFF&amp;fg=444444&amp;anim=0';
-                       } else {
-                               $img = 'http://www.feedburner.com/fb/images/pub/'.$img;
                        }
 ?>
         <div style="padding-bottom: 2px;">