summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextlib/libomb/omb_yadis_xrds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/extlib/libomb/omb_yadis_xrds.php b/extlib/libomb/omb_yadis_xrds.php
index b84752c4c..a05477c10 100755
--- a/extlib/libomb/omb_yadis_xrds.php
+++ b/extlib/libomb/omb_yadis_xrds.php
@@ -155,7 +155,7 @@ class OMB_Yadis_XRDS extends Auth_Yadis_XRDS
* @return mixed An instance of OMB_Yadis_XRDS or null,
* depending on the validity of $xml_string
*/
- public function parseXRDS($xml_string, $extra_ns_map = null)
+ public static function parseXRDS($xml_string, $extra_ns_map = null)
{
$_null = null;