Continued:

- moved to Config class

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2018-05-02 23:13:03 +02:00
parent a8e2c3a3ad
commit befb080b70
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 1 additions and 1 deletions

View File

@ -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) {