mirror of
https://github.com/friendica/friendica
synced 2024-11-13 01:42:59 +00:00
Fix HTTP Code
This commit is contained in:
parent
130f97717d
commit
49c16a9dad
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ class PermissionSetNotFoundException extends \RuntimeException
|
||||||
{
|
{
|
||||||
public function __construct($message = '', Exception $previous = null)
|
public function __construct($message = '', Exception $previous = null)
|
||||||
{
|
{
|
||||||
parent::__construct($message, 500, $previous);
|
parent::__construct($message, 404, $previous);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue