Changed scope
This commit is contained in:
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
|
||||
|
||||
class PreconditionFailedException extends HTTPException
|
||||
{
|
||||
protected $code = 412;
|
||||
var $httpdesc = 'Precondition Failed';
|
||||
var $explanation = 'The server does not meet one of the preconditions that the requester put on the request header fields.';
|
||||
protected $code = 412;
|
||||
protected $httpdesc = 'Precondition Failed';
|
||||
protected $explanation = 'The server does not meet one of the preconditions that the requester put on the request header fields.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user