typo in use of omb_service_uri()
darcs-hash:20080603110749-84dde-e278a8ccf17e68735f6d5699dee5bb0e7444ec29.gz
This commit is contained in:
parent
65736dc402
commit
a14833284b
|
@ -228,7 +228,7 @@ class RemotesubscribeAction extends Action {
|
||||||
common_debug('remotesubscribe.php - ' . count($matches) . ' matches for "'.$type.'"');
|
common_debug('remotesubscribe.php - ' . count($matches) . ' matches for "'.$type.'"');
|
||||||
if ($matches) {
|
if ($matches) {
|
||||||
foreach ($matches as $match) {
|
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];
|
$omb[$type] = $matches[0];
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user