]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo in use of omb_service_uri()
authorEvan Prodromou <evan@prodromou.name>
Tue, 3 Jun 2008 11:07:49 +0000 (07:07 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 3 Jun 2008 11:07:49 +0000 (07:07 -0400)
darcs-hash:20080603110749-84dde-e278a8ccf17e68735f6d5699dee5bb0e7444ec29.gz

actions/remotesubscribe.php

index 582e1d080da2e0dc0d707c0ad2b7324daa845905..16c991fe89195ec57b44623261e73902a6f63e5f 100644 (file)
@@ -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 {