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/OpenID/PredisStore.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/OpenID/PredisStore.php')
-rw-r--r-- | plugins/openid/lib/Auth/OpenID/PredisStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openid/lib/Auth/OpenID/PredisStore.php b/plugins/openid/lib/Auth/OpenID/PredisStore.php index 14ecbbd6..96384a89 100644 --- a/plugins/openid/lib/Auth/OpenID/PredisStore.php +++ b/plugins/openid/lib/Auth/OpenID/PredisStore.php @@ -45,7 +45,7 @@ class Auth_OpenID_PredisStore extends Auth_OpenID_OpenIDStore { * @param \Predis\Client $redis Predis client object * @param string $prefix Prefix for all keys stored to the Redis */ - function Auth_OpenID_PredisStore(\Predis\Client $redis, $prefix = '') + function __construct(\Predis\Client $redis, $prefix = '') { $this->prefix = $prefix; $this->redis = $redis; |