mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
Fixing PUBLIC usage, Fixing DB-View, Creating tests
This commit is contained in:
parent
a07acac463
commit
b5d994394e
14 changed files with 304 additions and 45 deletions
|
@ -287,11 +287,11 @@ class Index extends BaseSettings
|
|||
$profileFieldInputs['new']['value'],
|
||||
$permissionSet
|
||||
));
|
||||
|
||||
unset($profileFieldInputs['new']);
|
||||
unset($profileFieldOrder['new']);
|
||||
}
|
||||
|
||||
unset($profileFieldInputs['new']);
|
||||
unset($profileFieldOrder['new']);
|
||||
|
||||
foreach ($profileFieldInputs as $id => $profileFieldInput) {
|
||||
$permissionSet = DI::permissionSet()->selectOrCreate(DI::permissionSetFactory()->createFromString(
|
||||
$uid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue