summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/PredisStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/PredisStore.php')
-rw-r--r--Auth/OpenID/PredisStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/PredisStore.php b/Auth/OpenID/PredisStore.php
index 14ecbbd..96384a8 100644
--- a/Auth/OpenID/PredisStore.php
+++ b/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;