mirror of
https://github.com/friendica/friendica
synced 2025-04-27 20:30:13 +00:00
Now storing the "manually approve" data / fix update routine
This commit is contained in:
parent
2f427e9daa
commit
5554448162
4 changed files with 15 additions and 9 deletions
|
@ -1239,7 +1239,7 @@ class DBA
|
|||
|
||||
foreach ($old_fields AS $fieldname => $content) {
|
||||
if (isset($fields[$fieldname])) {
|
||||
if ($fields[$fieldname] == $content) {
|
||||
if (($fields[$fieldname] == $content) && !is_null($content)) {
|
||||
unset($fields[$fieldname]);
|
||||
} else {
|
||||
$do_update = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue