From: Evan Prodromou Date: Tue, 3 Jun 2008 11:07:49 +0000 (-0400) Subject: typo in use of omb_service_uri() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a14833284b3293d1431e1712211d0743112ce8c6;p=quix0rs-gnu-social.git typo in use of omb_service_uri() darcs-hash:20080603110749-84dde-e278a8ccf17e68735f6d5699dee5bb0e7444ec29.gz --- diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 582e1d080d..16c991fe89 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 {