Index: branches/5.0.x/core/kernel/db/dbitem.php =================================================================== diff -u -r12323 -r12368 --- branches/5.0.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 12323) +++ branches/5.0.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 12368) @@ -1,6 +1,6 @@ Application->GetTopmostPrefix($this->Prefix); - $this->Application->StoreVar($main_prefix.'_modified', '1'); + $this->Application->StoreVar($main_prefix.'_modified', '1', !$this->Application->IsAdmin()); if ($this->ShouldLogChanges()) { $this->LogChanges($main_prefix, $mode);