]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / Manifest.php
index 40ae53891e0bbde610c26f193ed439c2101c1c1e..9e09740594c9a73156d9bc801c34a8d68d29a519 100644 (file)
@@ -7,7 +7,7 @@ use Friendica\Core\Renderer;
 
 class Manifest extends BaseModule
 {
-       public static function rawContent()
+       public static function rawContent(array $parameters = [])
        {
                $app = self::getApp();
                $config = $app->getConfig();
@@ -22,7 +22,6 @@ class Manifest extends BaseModule
                }
 
                $output = Renderer::replaceMacros($tpl, [
-                       '$baseurl' => $app->getBaseURL(),
                        '$touch_icon' => $touch_icon,
                        '$title' => $config->get('config', 'sitename', 'Friendica'),
                ]);