diff options
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 582e1d080..16c991fe8 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -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 { |