redmine

Fixed subject of a custom note

@@ -1198,7 +1198,7 @@ foreach ($files as $file) { @@ -1198,7 +1198,7 @@ foreach ($files as $file) {
1198 array( 1198 array(
1199 'assigned_to_id' => $assigned_to_id, 1199 'assigned_to_id' => $assigned_to_id,
1200 'project_id' => $project_id, 1200 'project_id' => $project_id,
1201 - 'subject' => 'Служебная записка '.$_GET['to-recipient-name'].' от '.$_GET['of-signer-name'].', '.date(" Y.m.d, H:i:s"), 1201 + 'subject' => 'Служебная записка '.$_GET['to-recipient-name'].' от '.$_GET['of-user-name'].', '.date(" Y.m.d, H:i:s"),
1202 'description' => "<pre>".$text."</pre>", 1202 'description' => "<pre>".$text."</pre>",
1203 ); 1203 );
1204 break; 1204 break;