summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php2
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 {