mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Continued:
- moved to Config class Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
a8e2c3a3ad
commit
befb080b70
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue