Index: branches/unlabeled/unlabeled-1.10.2/core/units/categories/categories_item.php =================================================================== diff -u -r6094 -r6842 --- branches/unlabeled/unlabeled-1.10.2/core/units/categories/categories_item.php (.../categories_item.php) (revision 6094) +++ branches/unlabeled/unlabeled-1.10.2/core/units/categories/categories_item.php (.../categories_item.php) (revision 6842) @@ -7,7 +7,7 @@ if (!$this->Validate()) return false; $this->SetDBField('ResourceId', $this->Application->NextResourceId()); - $this->SetDBField('CreatedById', $this->Application->GetVar('u_id') ); + $this->SetDBField('CreatedById', $this->Application->RecallVar('user_id') ); $this->SetDBField('CreatedOn_date', adodb_mktime() ); $this->SetDBField('CreatedOn_time', adodb_mktime() );