Index: branches/5.0.x/core/units/categories/categories_item.php =================================================================== diff -u -r12634 -r12726 --- branches/5.0.x/core/units/categories/categories_item.php (.../categories_item.php) (revision 12634) +++ branches/5.0.x/core/units/categories/categories_item.php (.../categories_item.php) (revision 12726) @@ -1,6 +1,6 @@ Application->IsAdmin(); + $is_admin = $this->Application->isAdminUser; if ((!$this->IsTempTable() && !$is_admin) || ($is_admin && !$this->GetDBField('CreatedById'))) { $this->SetDBField('CreatedById', $this->Application->RecallVar('user_id'));