From: Roland Häder Date: Wed, 2 May 2018 21:13:03 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=befb080b7087bef18dad623925348749d3debf56;p=friendica.git Continued: - moved to Config class Signed-off-by: Roland Häder --- diff --git a/mod/_well_known.php b/mod/_well_known.php index fb8df4861f..782dc7a1b1 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -52,7 +52,7 @@ function wk_social_relay() $tags[$tag] = $tag; } - if (get_config('system', 'relay_user_tags')) { + if (Config::get('system', 'relay_user_tags')) { $terms = q("SELECT DISTINCT(`term`) FROM `search`"); foreach ($terms AS $term) {