Index: branches/5.0.x/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r13346 -r13347 --- branches/5.0.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 13346) +++ branches/5.0.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 13347) @@ -1,6 +1,6 @@ Application->recallObject($event->Prefix.'.-item', null, Array('live_table' => true, 'skip_autoload' => true)); $live_object->Load($id); - $cached_fields = Array('Name', 'Filename', 'Template', 'ParentId', 'Priority'); + $cached_fields = Array( + 'l' . $this->Application->GetDefaultLanguageId() . '_Name', + 'Filename', 'Template', 'ParentId', 'Priority' + ); foreach ($cached_fields as $cached_field) { if ($live_object->GetDBField($cached_field) != $temp_object->GetDBField($cached_field)) {