Merge branch 'work' into testing

This commit is contained in:
Brion Vibber
2010-03-01 16:57:58 -08:00
4 changed files with 52 additions and 18 deletions

View File

@@ -698,7 +698,7 @@ class Ostatus_profile extends Memcached_DataObject
{
// Get the canonical feed URI and check it
$discover = new FeedDiscovery();
if ($hints['feedurl']) {
if (isset($hints['feedurl'])) {
$feeduri = $hints['feedurl'];
$feeduri = $discover->discoverFromFeedURL($feeduri);
} else {