diff --git a/core/wfc.js b/core/wfc.js index 72f8bd81..682db2de 100644 --- a/core/wfc.js +++ b/core/wfc.js @@ -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),