diff options
author | Brion Vibber <brion@pobox.com> | 2010-06-29 14:44:21 -0400 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-06-29 15:03:50 -0400 |
commit | c5e89527d9636275d58ef438c5e12a5aad283115 (patch) | |
tree | b3f7981f4d25d9c857871745f6f32693aa16b5b1 | |
parent | 15b1d130d2ddcf86bb46671f281a88de1f8921e9 (diff) |
Updated OMB_Yadis_XRDS for compatibility with php-openid 2.2.2: Auth_Yadis_XRDS::parseXRDS() is now declared static, and PHP 5.3 demands it say so on the subclass too.0.9.3
Compat fix branch for upstream: http://gitorious.org/libomb/libomb-statusnet/commit/6589dc073f93b65564931e1ab5865a34a0b228aa
-rwxr-xr-x | extlib/libomb/omb_yadis_xrds.php | 2 |
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; |