]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
Merge pull request #7044 from MrPetovan/task/router
[friendica.git] / src / Module / Manifest.php
index 40ae53891e0bbde610c26f193ed439c2101c1c1e..9dadcf0f76206fa10dc3166939de27b3d92352d2 100644 (file)
@@ -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'),
                ]);