X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=471d52ef6bb1d8c28ae006d2cdb46104dfa0ed56;hb=cc913bcf7cccb16ea82006bc6f1258697f00ba3c;hp=eab337d07f058de9bbbd2a8852ea8c7d403757a8;hpb=1bc4b2e0788ac11d3b377013b410f2250fff68aa;p=friendica.git diff --git a/mod/match.php b/mod/match.php index eab337d07f..471d52ef6b 100644 --- a/mod/match.php +++ b/mod/match.php @@ -1,11 +1,26 @@ . + * */ use Friendica\App; use Friendica\Content\Widget; -use Friendica\Core\Config; use Friendica\Core\Renderer; use Friendica\Core\Search; use Friendica\Database\DBA; @@ -55,7 +70,7 @@ function match_content(App $a) $params['s'] = $tags; $params['n'] = 100; - if (strlen(Config::get('system', 'directory'))) { + if (strlen(DI::config()->get('system', 'directory'))) { $host = Search::getGlobalDirectory(); } else { $host = DI::baseUrl();