diff options
Diffstat (limited to 'Auth/Yadis/XML.php')
-rw-r--r-- | Auth/Yadis/XML.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/Yadis/XML.php b/Auth/Yadis/XML.php index 4854f12..81b2ce2 100644 --- a/Auth/Yadis/XML.php +++ b/Auth/Yadis/XML.php @@ -91,7 +91,7 @@ class Auth_Yadis_XMLParser { * @return array $node_list An array of matching opaque node * objects to be used with other methods of this parser class. */ - function evalXPath($xpath, $node = null) + function &evalXPath($xpath, $node = null) { // Not implemented. } |