Fix typo is default hub url

This commit is contained in:
Craig Andrews 2009-09-21 16:29:22 -04:00
parent fe4751de50
commit 3bdf8423c4
1 changed files with 1 additions and 1 deletions

View 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');