diff options
Diffstat (limited to 'actions/remotesubscribe.php')
-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 4594bb37e..4cb388fb1 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -223,7 +223,7 @@ class RemotesubscribeAction extends Action { foreach ($types as $type) { $matches = $xrd->services(omb_service_filter($type)); if ($matches) { - $omb[$type] = $services[0]; + $omb[$type] = $matches[0]; } else { # no match for type return false; |