diff options
-rw-r--r-- | Auth/OpenID/BigMath.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Auth/OpenID/BigMath.php b/Auth/OpenID/BigMath.php index cfa0b35..40de144 100644 --- a/Auth/OpenID/BigMath.php +++ b/Auth/OpenID/BigMath.php @@ -444,7 +444,9 @@ function &Auth_OpenID_getMathLib() $triedstr = implode(", ", $tried); define('Auth_OpenID_NO_MATH_SUPPORT', true); - return null; + + $result = null; + return $result; } // Instantiate a new wrapper |