From: garvinhicking Date: Tue, 14 Mar 2006 12:05:42 +0000 (+0000) Subject: fix parse error X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0a090ea24199396ef8b44cdefbfb26cdbf1942b7;p=s9y.git fix parse error --- diff --git a/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php b/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php index 73dc478..b6926e0 100644 --- a/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php +++ b/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php @@ -156,7 +156,7 @@ class serendipity_event_weblogping extends serendipity_event } } foreach ($this->services as $index => $service) { - if (isset($serendipity['POST']['announce_entries_' . $service['name']]) || (defined('SERENDIPITY_IS_XMLRPC') && serendipity_db_bool($this->get_config($service['name']))) { + if (isset($serendipity['POST']['announce_entries_' . $service['name']]) || (defined('SERENDIPITY_IS_XMLRPC') && serendipity_db_bool($this->get_config($service['name'])))) { printf(PLUGIN_EVENT_WEBLOGPING_SENDINGPING . '...', $service['host']); flush();