mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Use init() rather than rawContent() in Module\Search\Saved since there's no output
This commit is contained in:
parent
fe77acc964
commit
c5f4f730e1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue