Skip to content

Commit 5a4ec5c

Browse files
committed
LE: revert part of "PHP 5.4 compatibility" 25002450cacb7247f71af986cb0f89f95708e00d #5226 #6563
strtok usage was wrong
1 parent 9af8746 commit 5a4ec5c

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
@@ -101,7 +101,7 @@ private function update_last_mail_login() {
101101
}
102102

103103
// get the next line
104-
$line = strtok($log_lines, PHP_EOL);
104+
$line = strtok(PHP_EOL);
105105
}
106106

107107
$uniqueUsers = array_unique($updatedUsers);

0 commit comments

Comments
 (0)