diff options
-rw-r--r-- | Tests/Auth/OpenID/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Consumer.php b/Tests/Auth/OpenID/Consumer.php index 613bf01..3f6f9b7 100644 --- a/Tests/Auth/OpenID/Consumer.php +++ b/Tests/Auth/OpenID/Consumer.php @@ -13,7 +13,7 @@ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ -session_start(); +@session_start(); require_once 'Auth/OpenID/CryptUtil.php'; require_once 'Auth/Yadis/HTTPFetcher.php'; |