Skip to content

Commit 3277eb8

Browse files
authored
[4.4] JTable::store(true) to update NULLs fails if assets are tracked (#37993)
* fix * Phase 1 convert BRANCH to PSR-12 * Phase 2 convert BRANCH to PSR-12 ---------
1 parent d272577 commit 3277eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Table/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ public function store($updateNulls = false)
901901
$asset->rules = (string) $this->_rules;
902902
}
903903

904-
if (!$asset->check() || !$asset->store($updateNulls)) {
904+
if (!$asset->check() || !$asset->store()) {
905905
$this->setError($asset->getError());
906906

907907
return false;

0 commit comments

Comments
 (0)