Index: branches/5.2.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15554 -r15856 --- branches/5.2.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15554) +++ branches/5.2.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15856) @@ -1,6 +1,6 @@ MasterEvent = $this->parentEvent; - + if ( isset($foreign_key) ) { $event->setEventParam('foreign_key', $foreign_key); } @@ -1043,7 +1043,7 @@ $users = $this->Conn->GetCol($sql); if ($users) { - $this->Application->SetVar('_simultanious_edit_message', + $this->Application->SetVar('_simultaneous_edit_message', sprintf($this->Application->Phrase('la_record_being_edited_by'), join(",\n", $users)) );