X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FOpenSearch.php;h=309db6af950c5b2ae5f64313e5627377a21bd659;hb=fd706cf9a7a0c4700838a1f00b12d8fd37323b7c;hp=ff005bd56b6d4a9c31743464e16ed86112ac8a67;hpb=9f13ae6e735625360b762a3f749276d041989573;p=friendica.git diff --git a/src/Module/OpenSearch.php b/src/Module/OpenSearch.php index ff005bd56b..309db6af95 100644 --- a/src/Module/OpenSearch.php +++ b/src/Module/OpenSearch.php @@ -16,7 +16,7 @@ class OpenSearch extends BaseModule /** * @throws \Exception */ - public static function rawContent() + public static function rawContent(array $parameters = []) { header('Content-type: application/opensearchdescription+xml');