Remove code parameter from HTTPException constructor
- Remove duplicate HTTPException->httpcode class variable
This commit is contained in:
@@ -6,5 +6,5 @@ use Friendica\Network\HTTPException;
|
||||
|
||||
class PreconditionFailedException extends HTTPException
|
||||
{
|
||||
var $httpcode = 412;
|
||||
protected $code = 412;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user