summaryrefslogtreecommitdiffstats
path: root/Auth/Yadis/XRDS.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/Yadis/XRDS.php')
-rw-r--r--Auth/Yadis/XRDS.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Auth/Yadis/XRDS.php b/Auth/Yadis/XRDS.php
index 1960952..1f5af96 100644
--- a/Auth/Yadis/XRDS.php
+++ b/Auth/Yadis/XRDS.php
@@ -428,7 +428,8 @@ class Auth_Yadis_XRDS {
$matches = 0;
foreach ($filters as $filter) {
- if (call_user_func_array($filter, array($service))) {
+
+ if (call_user_func_array($filter, array(&$service))) {
$matches++;
if ($filter_mode == SERVICES_YADIS_MATCH_ANY) {