Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
This commit is contained in:
commit
173640f9e3
|
@ -113,7 +113,7 @@ exports.getModule = class LastCallersModule extends MenuModule {
|
||||||
item.affiliation = item.affils = props.affiliation;
|
item.affiliation = item.affils = props.affiliation;
|
||||||
} else {
|
} else {
|
||||||
item.location = 'N/A';
|
item.location = 'N/A';
|
||||||
item.affiliation = 'N/A';
|
item.affiliation = item.affils = 'N/A';
|
||||||
}
|
}
|
||||||
return next();
|
return next();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue