fix variable

This commit is contained in:
Garvin Hicking 2009-02-10 09:10:36 +00:00
parent 468600837c
commit bc4e177a58

View File

@ -1103,7 +1103,7 @@ class serendipity_syndication_plugin extends serendipity_plugin {
if (serendipity_db_bool($this->get_config('show_feedburner', false)) || $this->get_config('show_feedburner', false) === 'force') {
$alt = $this->get_config('fb_alt');
$fbid = $plugin->get_config('fb_id');
$fbid = $this->get_config('fb_id');
if (stristr($fbid, 'http://')) {
$url = $fbid;
} else {