]> git.mjollnir.org Git - s9y.git/commitdiff
fix parse error
authorgarvinhicking <garvinhicking>
Tue, 14 Mar 2006 12:05:42 +0000 (12:05 +0000)
committergarvinhicking <garvinhicking>
Tue, 14 Mar 2006 12:05:42 +0000 (12:05 +0000)
plugins/serendipity_event_weblogping/serendipity_event_weblogping.php

index 73dc47803fe8918a64f2cf3aff00cf31011af56e..b6926e0db3924d90d9b3362daff9e550a70590e6 100644 (file)
@@ -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();