mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-13 13:09:22 +02:00
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
This commit is contained in:
commit
173640f9e3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ exports.getModule = class LastCallersModule extends MenuModule {
|
|||
item.affiliation = item.affils = props.affiliation;
|
||||
} else {
|
||||
item.location = 'N/A';
|
||||
item.affiliation = 'N/A';
|
||||
item.affiliation = item.affils = 'N/A';
|
||||
}
|
||||
return next();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue