Make BaseModule methods dynamic
This commit is contained in:
@@ -38,7 +38,7 @@ use Friendica\Network\HTTPException;
|
||||
*/
|
||||
class Activity extends BaseModule
|
||||
{
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
if (!Session::isAuthenticated()) {
|
||||
throw new HTTPException\ForbiddenException();
|
||||
|
||||
Reference in New Issue
Block a user