From a14833284b3293d1431e1712211d0743112ce8c6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 3 Jun 2008 07:07:49 -0400 Subject: typo in use of omb_service_uri() darcs-hash:20080603110749-84dde-e278a8ccf17e68735f6d5699dee5bb0e7444ec29.gz --- actions/remotesubscribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/remotesubscribe.php') 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 { -- cgit v1.2.3-54-g00ecf