]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo is default hub url
authorCraig Andrews <candrews@integralblue.com>
Mon, 21 Sep 2009 20:29:22 +0000 (16:29 -0400)
committerCraig Andrews <candrews@integralblue.com>
Mon, 21 Sep 2009 20:29:22 +0000 (16:29 -0400)
plugins/PubSubHubBub/PubSubHubBubPlugin.php

index 013a234d73dece6d48750474717c71dd255306d6..d7061ac0edfa469564e70b0e13d6b1f61de38713 100644 (file)
@@ -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');