summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/DiffieHellman.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/DiffieHellman.php')
-rw-r--r--Auth/OpenID/DiffieHellman.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/DiffieHellman.php b/Auth/OpenID/DiffieHellman.php
index 3e25b7d..27759a5 100644
--- a/Auth/OpenID/DiffieHellman.php
+++ b/Auth/OpenID/DiffieHellman.php
@@ -47,7 +47,7 @@ class Auth_OpenID_DiffieHellman {
var $private;
var $lib = null;
- function Auth_OpenID_DiffieHellman($mod = null, $gen = null,
+ function __construct($mod = null, $gen = null,
$private = null, $lib = null)
{
if ($lib === null) {