mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Remove references to deprecated profile.is-default and profile.profile-name fields
This commit is contained in:
parent
d9f7556b4a
commit
18cfd8dfaa
16 changed files with 28 additions and 46 deletions
|
@ -115,10 +115,7 @@ class Index extends BaseSettingsModule
|
|||
'prv_keywords' => $prv_keywords,
|
||||
'hide-friends' => $hide_friends,
|
||||
],
|
||||
[
|
||||
'uid' => local_user(),
|
||||
'is-default' => true,
|
||||
]
|
||||
['uid' => local_user()]
|
||||
);
|
||||
|
||||
if ($result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue