Changed scope
This commit is contained in:
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
|
||||
|
||||
class ExpectationFailedException extends HTTPException
|
||||
{
|
||||
protected $code = 417;
|
||||
var $httpdesc = 'Expectation Failed';
|
||||
var $explanation = 'The server cannot meet the requirements of the Expect request-header field.';
|
||||
protected $code = 417;
|
||||
protected $httpdesc = 'Expectation Failed';
|
||||
protected $explanation = 'The server cannot meet the requirements of the Expect request-header field.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user