Skip to content

Commit 50de911

Browse files
committed
var typo
1 parent 2370828 commit 50de911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/100-mailbox_stats_hourly.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private function update_last_mail_login() {
111111

112112
// Save to master db.
113113
foreach ($uniqueUsers as $user) {
114-
$ret = $app->dbmaster->query($sql, $now, $user);
114+
$ret = $app->dbmaster->query($sqlStatement, $now, $user);
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)