installer: remove check for pubsubhubbub which is never defined

This commit is contained in:
Andrew Dolgov 2013-04-07 00:56:48 +04:00
parent 7e27c91409
commit 196464eef2
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@
array_push($errors, "PHP safe mode setting is not supported.");
} */
if ((PUBSUBHUBBUB_HUB || PUBSUBHUBBUB_ENABLED) && !function_exists("curl_init")) {
array_push($errors, "PHP support for CURL is required for PubSubHubbub.");
}
if (!class_exists("DOMDocument")) {
array_push($errors, "PHP support for DOMDocument is required, but was not found.");
}