Index: branches/5.1.x/core/kernel/db/dbitem.php =================================================================== diff -u -N -r13952 -r14135 --- branches/5.1.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 13952) +++ branches/5.1.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 14135) @@ -1,6 +1,6 @@ Application->GetTopmostPrefix($this->Prefix); - $this->Application->StoreVar($main_prefix . '_modified', '1', !$this->Application->isAdmin); + $this->Application->StoreVar($main_prefix . '_modified', '1', true); // true for optional if ($this->ShouldLogChanges(true)) { $this->LogChanges($main_prefix, $mode);