From 6febbef060b1c20dee5f66f657a4f4773cc44b6c Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 28 Apr 2020 19:15:42 +0000 Subject: [PATCH] Corrected view --- static/dbview.config.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/dbview.config.php b/static/dbview.config.php index 1d95261a25..d6ea944a44 100755 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -128,9 +128,9 @@ return [ "profile-id" => ["contact", "profile-id"], "bdyear" => ["contact", "bdyear"], "bd" => ["contact", "bd"], - "notify_new_posts" => ["notify_new_posts"], - "fetch_further_information" => ["fetch_further_information"], - "ffi_keyword_blacklist" => ["ffi_keyword_blacklist"], + "notify_new_posts" => ["contact", "notify_new_posts"], + "fetch_further_information" => ["contact", "fetch_further_information"], + "ffi_keyword_blacklist" => ["contact", "ffi_keyword_blacklist"], "parent-uid" => ["user", "parent-uid"], "guid" => ["user", "guid"], "nickname" => ["user", "nickname"], /// @todo Replaces all uses of "nickname" with "nick" @@ -180,7 +180,6 @@ return [ "postal-code" => ["profile", "postal-code"], "country-name" => ["profile", "country-name"], "homepage" => ["profile", "homepage"], - "xmpp" => ["profile", "xmpp"], "dob" => ["profile", "dob"], ], "query" => "FROM `user`