add option to disable PUSH client support globally (closes #340

This commit is contained in:
Andrew Dolgov
2011-04-26 18:42:05 +04:00
parent 3ff6298352
commit 65eebd13f4
5 changed files with 19 additions and 14 deletions

View File

@@ -777,7 +777,7 @@
return; // no articles
}
if ($pubsub_state != 2) {
if ($pubsub_state != 2 && PUBSUBHUBBUB_ENABLED) {
if ($debug_enabled) _debug("update_rss_feed: checking for PUSH hub...");