Skip to content

Commit 056418b

Browse files
authored
add space (#1079)
1 parent d1a5c13 commit 056418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/actions/processqueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ function sendEmailTest($messageid, $email)
504504
if (empty($reload)) { //# only show on first load
505505
processQueueOutput(s('Started'), 0);
506506
if (defined('SYSTEM_TIMEZONE')) {
507-
processQueueOutput(s('Time now ').date('Y-m-d H:i'));
507+
processQueueOutput(s('Time now ').' '.date('Y-m-d H:i'));
508508
}
509509
}
510510
//processQueueOutput('Will process for a maximum of '.$maxProcessQueueTime.' seconds '.MAX_PROCESSQUEUE_TIME);

0 commit comments

Comments
 (0)