From: Hypolite Petovan Date: Sun, 13 Oct 2019 12:37:25 +0000 (-0400) Subject: Use init() rather than rawContent() in Module\Search\Saved since there's no output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5f4f730e1961a249701624a9d83733c306142fe;p=friendica.git Use init() rather than rawContent() in Module\Search\Saved since there's no output --- diff --git a/src/Module/Search/Saved.php b/src/Module/Search/Saved.php index 772f4782c2..9a02c8a4e4 100644 --- a/src/Module/Search/Saved.php +++ b/src/Module/Search/Saved.php @@ -10,7 +10,7 @@ use Friendica\Util\Strings; class Saved extends BaseModule { - public static function rawContent() + public static function init() { /** @var Arguments $args */ $args = self::getClass(Arguments::class);