Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 2b35711

Browse files
jmalinensmarcoceppi
authored andcommitted
#144: Removed incorrect default HTTP status code (fixes #143)
1 parent bf30134 commit 2b35711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/OpenID/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ function getCancelURL()
12891289
*/
12901290
class Auth_OpenID_ServerResponse {
12911291

1292-
public $code = 0;
1292+
public $code;
12931293

12941294
/** @var Auth_OpenID_Request */
12951295
public $request;

0 commit comments

Comments
 (0)