Fix typo in 'totalBytes' for WFC stats
This commit is contained in:
parent
5b7b1a5b74
commit
8c68e51ecf
|
@ -447,7 +447,7 @@ exports.getModule = class WaitingForCallerModule extends MenuModule {
|
|||
totalPosts: StatLog.getSystemStatNum(SysProps.MessageTotalCount),
|
||||
totalUsers: StatLog.getSystemStatNum(SysProps.TotalUserCount),
|
||||
totalFiles: fileAreaStats.totalFiles || 0,
|
||||
totalFileBytes: fileAreaStats.totalFileBytes || 0,
|
||||
totalFileBytes: fileAreaStats.totalBytes || 0,
|
||||
|
||||
// Today's Stats
|
||||
callsToday: StatLog.getSystemStatNum(SysProps.LoginsToday),
|
||||
|
|
Loading…
Reference in New Issue