Index: branches/5.0.x/core/kernel/db/cat_dbitem.php =================================================================== diff -u -r12715 -r12726 --- branches/5.0.x/core/kernel/db/cat_dbitem.php (.../cat_dbitem.php) (revision 12715) +++ branches/5.0.x/core/kernel/db/cat_dbitem.php (.../cat_dbitem.php) (revision 12726) @@ -1,6 +1,6 @@ SetDBField('Modified_date', adodb_mktime() ); $this->SetDBField('Modified_time', adodb_mktime() ); - $is_admin = $this->Application->IsAdmin(); + $is_admin = $this->Application->isAdminUser; $owner_field = $this->Application->getUnitOption($this->Prefix, 'OwnerField'); if (!$owner_field) {