typo in use of omb_service_uri()

darcs-hash:20080603110749-84dde-e278a8ccf17e68735f6d5699dee5bb0e7444ec29.gz
This commit is contained in:
Evan Prodromou 2008-06-03 07:07:49 -04:00
parent 65736dc402
commit a14833284b
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class RemotesubscribeAction extends Action {
common_debug('remotesubscribe.php - ' . count($matches) . ' matches for "'.$type.'"');
if ($matches) {
foreach ($matches as $match) {
common_debug('remotesubscribe.php - "' . get_service_uri($match) . '" matches "'.$type.'"');
common_debug('remotesubscribe.php - "' . omb_service_uri($match) . '" matches "'.$type.'"');
}
$omb[$type] = $matches[0];
} else {