diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-03 07:07:49 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-03 07:07:49 -0400 |
commit | a14833284b3293d1431e1712211d0743112ce8c6 (patch) | |
tree | ecfa472ad890639ca4b10e37f1a892408a082761 | |
parent | 65736dc402b24e95d97a4b968f9da1b70e2d8a86 (diff) |
typo in use of omb_service_uri()
darcs-hash:20080603110749-84dde-e278a8ccf17e68735f6d5699dee5bb0e7444ec29.gz
-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 { |