mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Change how to decide between empty update and not called field file
This commit is contained in:
parent
56406b9910
commit
458b0f3545
2 changed files with 1 additions and 4 deletions
|
@ -832,7 +832,7 @@ class Item extends BaseObject
|
|||
$files = $fields['file'];
|
||||
$fields['file'] = null;
|
||||
} else {
|
||||
$files = '';
|
||||
$files = null;
|
||||
}
|
||||
|
||||
$delivery_data = ['postopts' => defaults($fields, 'postopts', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue