Skip to content

Commit

Permalink
fix fr dirty flag setting..
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Jan 24, 2022
1 parent 890393a commit 6a52308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owa_entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function set($name, $value, $filter = true, $mark_dirty = true ) {

$this->properties[$name]->setValue( $value );

if ( $existing_value != $value ) {
if ( $mark_dirty && $existing_value != $value ) {

$this->markDirty( $name, $value );
}
Expand Down

0 comments on commit 6a52308

Please sign in to comment.