diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-11-30 16:20:30 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-11-30 16:20:30 -0500 |
commit | 75281e477eac5776bf6db39ccb1dfb91f73414c0 (patch) | |
tree | ea4621d4ab5c57e089fd9d912e6a3c47b93fc663 /plugins/openid/lib/Auth/Yadis/ParseHTML.php | |
parent | Update plugin wordpress-mobile-pack to 2.2.6 (diff) | |
download | blogs-gentoo-75281e477eac5776bf6db39ccb1dfb91f73414c0.tar.gz blogs-gentoo-75281e477eac5776bf6db39ccb1dfb91f73414c0.tar.bz2 blogs-gentoo-75281e477eac5776bf6db39ccb1dfb91f73414c0.zip |
Update plugin openid to 3.4.2
Diffstat (limited to 'plugins/openid/lib/Auth/Yadis/ParseHTML.php')
-rw-r--r-- | plugins/openid/lib/Auth/Yadis/ParseHTML.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openid/lib/Auth/Yadis/ParseHTML.php b/plugins/openid/lib/Auth/Yadis/ParseHTML.php index 255d7cd2..e0e9043c 100644 --- a/plugins/openid/lib/Auth/Yadis/ParseHTML.php +++ b/plugins/openid/lib/Auth/Yadis/ParseHTML.php @@ -43,7 +43,7 @@ class Auth_Yadis_ParseHTML { */ var $_attr_find = '\b([-\w]+)=(".*?"|\'.*?\'|.+?)[\/\s>]'; - function Auth_Yadis_ParseHTML() + function __construct() { $this->_attr_find = sprintf("/%s/%s", $this->_attr_find, |