Make BaseModule methods dynamic
This commit is contained in:
@@ -13,7 +13,7 @@ use Friendica\Util\Temporal;
|
||||
|
||||
class Json extends \Friendica\BaseModule
|
||||
{
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
if (!local_user()) {
|
||||
throw new HTTPException\UnauthorizedException();
|
||||
|
||||
Reference in New Issue
Block a user