From befb080b7087bef18dad623925348749d3debf56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 2 May 2018 23:13:03 +0200 Subject: [PATCH] Continued: - moved to Config class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/_well_known.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {