Skip to content

Commit 05defde

Browse files
committed
fix indent
1 parent 07d0a0f commit 05defde

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
@@ -63,7 +63,7 @@ public function onRunJob() {
6363

6464
$sql = "SELECT mailuser_id FROM mail_user WHERE server_id = ?";
6565
$records = $app->db->queryAllRecords($sql, $conf['server_id']);
66-
if(count($records) > 0) {
66+
if(count($records) > 0) {
6767
$this->update_last_mail_login();
6868
}
6969

0 commit comments

Comments
 (0)