Make BaseModule methods dynamic
This commit is contained in:
@@ -38,7 +38,7 @@ use Friendica\Network\HTTPException;
|
||||
*/
|
||||
class Notify extends BaseModule
|
||||
{
|
||||
public static function post()
|
||||
public function post()
|
||||
{
|
||||
$postdata = Network::postdata();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user