summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 46502cd1a..026ea5750 100644
--- a/functions.php
+++ b/functions.php
@@ -797,7 +797,7 @@
}
}
- if ($feed_hub_url) {
+ if ($feed_hub_url && function_exists('curl_init')) {
$callback_url = get_self_url_prefix() .
"/backend.php?op=pubsub&id=$feed";