]> git.mxchange.org Git - friendica.git/blobdiff - include/tags.php
Only update if there is a change
[friendica.git] / include / tags.php
index de716edef0b5d6052af6844c81a7b0284fc20d63..8720367fae995ff78b7bd5a543705151b5410003 100644 (file)
@@ -1,9 +1,10 @@
 <?php
 
 use Friendica\App;
+use Friendica\Core\System;
 
 function create_tags_from_item($itemid) {
-       $profile_base = App::get_baseurl();
+       $profile_base = System::baseUrl();
        $profile_data = parse_url($profile_base);
        $profile_base_friendica = $profile_data['host'].$profile_data['path']."/profile/";
        $profile_base_diaspora = $profile_data['host'].$profile_data['path']."/u/";