From 9a6fb630521a888b1491d2389749e49cf30d2b86 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 23 Jun 2006 08:25:41 +0000 Subject: [PATCH] allow to use own FB image id --- include/plugin_internal.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index 78d6b42..03d6130 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -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&fg=444444&anim=0'; - } else { - $img = 'http://www.feedburner.com/fb/images/pub/'.$img; } ?>
-- 2.39.5