summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-02 14:33:14 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-02 14:33:14 -0400
commit38a621dcf8cfdc7de85e49d3f7cbbe40cc19243a (patch)
treedf6fabe572a76464407b878861b9c16569e37c7b /actions/remotesubscribe.php
parent98437f21f9402d5a6c3569a0c558b13881d77848 (diff)
fix assignment of omb stuff
darcs-hash:20080602183314-84dde-1f81609b2eb0d628c0e6dfe5fea7e21d799bdb3d.gz
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php2
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;