]> git.mxchange.org Git - friendica.git/blobdiff - mod/manifest.php
Better content detection for posts to Twitter
[friendica.git] / mod / manifest.php
index 90fd7174132b79bbbdffe41f405367cbdd38d583..203f5ab829fc596a1a998243138aeb870e285d97 100644 (file)
@@ -16,7 +16,7 @@ function manifest_content(App $a) {
        }
 
        $o = replace_macros($tpl, array(
-               '$baseurl' => App::get_baseurl(),
+               '$baseurl' => System::baseUrl(),
                '$touch_icon' => $touch_icon,
                '$title' => Config::get('config', 'sitename', 'Friendica'),
        ));