X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FOpenSearch.php;h=94215aaa7ae77d9a22da4bf5b78488fbf72da220;hb=af18e2f2a9ef9315e0767ee395a745f17760a460;hp=044c2b12788af279883c0c8788e05d52b421e629;hpb=3c76826793feeb933dab7a07dab7cc7eb2efc451;p=friendica.git diff --git a/src/Module/OpenSearch.php b/src/Module/OpenSearch.php index 044c2b1278..94215aaa7a 100644 --- a/src/Module/OpenSearch.php +++ b/src/Module/OpenSearch.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -17,7 +36,7 @@ class OpenSearch extends BaseModule /** * @throws \Exception */ - public static function rawContent(array $parameters = []) + protected function rawContent(array $request = []) { header('Content-type: application/opensearchdescription+xml');