]> git.mxchange.org Git - friendica.git/blobdiff - mod/manifest.php
Better content detection for posts to Twitter
[friendica.git] / mod / manifest.php
index 4787862c4f1441741acff859779535b9e0f44088..203f5ab829fc596a1a998243138aeb870e285d97 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+use Friendica\Core\System;
 use Friendica\Core\Config;
 
 function manifest_content(App $a) {
@@ -14,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'),
        ));