]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
The item notifications now are based upon the "user-item" field
[friendica.git] / mod / match.php
index 0e9be281933353d549fb3ae20a33f5b3f7db4b39..6fa31f0132f1c95ac9760c7f9c172b7e566e7e4d 100644 (file)
@@ -8,6 +8,7 @@ use Friendica\Content\Widget;
 use Friendica\Core\Config;
 use Friendica\Core\L10n;
 use Friendica\Core\Renderer;
+use Friendica\Core\Search;
 use Friendica\Database\DBA;
 use Friendica\DI;
 use Friendica\Model\Contact;
@@ -56,7 +57,7 @@ function match_content(App $a)
        $params['n'] = 100;
 
        if (strlen(Config::get('system', 'directory'))) {
-               $host = get_server();
+               $host = Search::getGlobalDirectory();
        } else {
                $host = DI::baseUrl();
        }
@@ -79,7 +80,7 @@ function match_content(App $a)
                        }
 
                        // Workaround for wrong directory photo URL
-                       $profile->photo = str_replace('http:///photo/', get_server() . '/photo/', $profile->photo);
+                       $profile->photo = str_replace('http:///photo/', Search::getGlobalDirectory() . '/photo/', $profile->photo);
 
                        $connlnk = DI::baseUrl() . '/follow/?url=' . $profile->url;
                        $photo_menu = [