Change how to decide between empty update and not called field file

This commit is contained in:
Jonny Tischbein 2018-11-17 16:04:54 +01:00
parent 56406b9910
commit 458b0f3545
2 changed files with 1 additions and 4 deletions

View file

@ -291,9 +291,6 @@ class FileTag
}
$fields = ['file' => str_replace($pattern, '', $item['file'])];
if ($fields === '') {
$fields = null;
}
Item::update($fields, ['id' => $item_id]);