Fix some remote subscription regressions from f21f78364a

Ostatus_profile::ensureProfile() has been renamed to Ostatus_profile::ensureProfileURL()
This commit is contained in:
Brion Vibber
2010-03-18 13:13:57 -07:00
parent bbfb766885
commit f1b3d84b7d
3 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ function updateOStatus($user)
echo "Checking {$rp->nickname}...";
}
$op = Ostatus_profile::ensureProfile($rp->profileurl);
$op = Ostatus_profile::ensureProfileURL($rp->profileurl);
if (empty($op)) {
echo "can't convert.\n";