We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a5c13 commit 056418bCopy full SHA for 056418b
public_html/lists/admin/actions/processqueue.php
@@ -504,7 +504,7 @@ function sendEmailTest($messageid, $email)
504
if (empty($reload)) { //# only show on first load
505
processQueueOutput(s('Started'), 0);
506
if (defined('SYSTEM_TIMEZONE')) {
507
- processQueueOutput(s('Time now ').date('Y-m-d H:i'));
+ processQueueOutput(s('Time now ').' '.date('Y-m-d H:i'));
508
}
509
510
//processQueueOutput('Will process for a maximum of '.$maxProcessQueueTime.' seconds '.MAX_PROCESSQUEUE_TIME);
0 commit comments