X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FSearch%2FSaved.php;h=4256ffcd44ec4904cd68b785eab258c02083809f;hb=e7384288766f342da98b7d0ada082db516501ac6;hp=c9418336750bd5a458e2702fec8fbca81bad4602;hpb=645e4edc63a6b4cb273e06590a77f99619037e7b;p=friendica.git diff --git a/src/Module/Search/Saved.php b/src/Module/Search/Saved.php index c941833675..4256ffcd44 100644 --- a/src/Module/Search/Saved.php +++ b/src/Module/Search/Saved.php @@ -1,6 +1,6 @@ baseUrl = $baseUrl; - $this->dba = $dba; - $this->args = $args; + $this->dba = $dba; } - public function rawContent() + protected function rawContent(array $request = []) { $action = $this->args->get(2, 'none'); $search = trim(rawurldecode($_GET['term'] ?? ''));