]> git.mxchange.org Git - friendica.git/commitdiff
Use init() rather than rawContent() in Module\Search\Saved since there's no output
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 13 Oct 2019 12:37:25 +0000 (08:37 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 13 Oct 2019 12:37:25 +0000 (08:37 -0400)
src/Module/Search/Saved.php

index 772f4782c2cb5850c43c365a6206ed687753d876..9a02c8a4e4c85ce46d7c240456968fb337309f0d 100644 (file)
@@ -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);