Make BaseModule methods dynamic
This commit is contained in:
@@ -36,7 +36,7 @@ use Friendica\Protocol\Salmon;
|
||||
*/
|
||||
class Xrd extends BaseModule
|
||||
{
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
// @TODO: Replace with parameter from router
|
||||
if (DI::args()->getArgv()[0] == 'xrd') {
|
||||
|
||||
Reference in New Issue
Block a user