This commit is contained in:
Bryan Ashby 2015-12-30 22:29:41 -07:00
parent 92c33d2d43
commit ac6288eb23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ function getPredefinedMCIValue(client, code) {
TC : function totalCalls() { return sysProp.getSystemProperty('login_count').toString(); },
}[code]();
}[code](); // :TODO: Just call toString() here and remove above - DRY
} catch(e) {
// Don't use client.log here as we may not have a client logger established yet!!