Index: branches/5.0.x/core/kernel/db/dbitem.php =================================================================== diff -u -r12706 -r12726 --- branches/5.0.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 12706) +++ branches/5.0.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 12726) @@ -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', !$this->Application->isAdmin); if ($this->ShouldLogChanges()) { $this->LogChanges($main_prefix, $mode);