mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-12 07:34:41 +02:00
* Small typo fix
This commit is contained in:
parent
8dc06cb49d
commit
87dcb1bdda
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
||||||
return '{msgNum} - {subj} {to}'.format( {
|
return '{msgNum} - {subj} {to}'.format( {
|
||||||
msgNum : msgNum++,
|
msgNum : msgNum++,
|
||||||
subj : mle.subject,
|
subj : mle.subject,
|
||||||
to : mle.to
|
to : mle.toUsername
|
||||||
} );
|
} );
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue