summaryrefslogtreecommitdiff
path: root/plugins/PubSubHubBub
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-09-21 16:29:22 -0400
committerCraig Andrews <candrews@integralblue.com>2009-09-21 16:29:22 -0400
commit3bdf8423c408734ebb5ba614360e8b9048ff0039 (patch)
treee44293113f1367f0f046e155f8b0151474d0c8cd /plugins/PubSubHubBub
parentfe4751de50f2c26953dca79ab51543f8adb12353 (diff)
Fix typo is default hub url
Diffstat (limited to 'plugins/PubSubHubBub')
-rw-r--r--plugins/PubSubHubBub/PubSubHubBubPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PubSubHubBub/PubSubHubBubPlugin.php b/plugins/PubSubHubBub/PubSubHubBubPlugin.php
index 013a234d7..d7061ac0e 100644
--- a/plugins/PubSubHubBub/PubSubHubBubPlugin.php
+++ b/plugins/PubSubHubBub/PubSubHubBubPlugin.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET')) {
exit(1);
}
-define('DEFAULT_HUB','http://2pubsubhubbub.appspot.com');
+define('DEFAULT_HUB','http://pubsubhubbub.appspot.com');
require_once(INSTALLDIR.'/plugins/PubSubHubBub/publisher.php');