* Small typo fix
This commit is contained in:
parent
8dc06cb49d
commit
87dcb1bdda
|
@ -81,7 +81,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
|||
return '{msgNum} - {subj} {to}'.format( {
|
||||
msgNum : msgNum++,
|
||||
subj : mle.subject,
|
||||
to : mle.to
|
||||
to : mle.toUsername
|
||||
} );
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in New Issue