Added parameter to rawContent
This commit is contained in:
@@ -11,7 +11,7 @@ use Friendica\Util\XML;
|
||||
*/
|
||||
class ReallySimpleDiscovery extends BaseModule
|
||||
{
|
||||
public static function rawContent()
|
||||
public static function rawContent($parameters)
|
||||
{
|
||||
header('Content-Type: text/xml');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user