Queue window not refreshing

Hello,

I’ve just installed phpList and tried to send out a newsletter. It seems that queue processing window is not refreshed after completing a batch.

Tried solution described here: https://mantis.phplist.org/view.php?id=17587

“in file admin/actions/processqueue.php change the line
if (empty($GLOBALS[‘inRemoteCall’]) && empty($GLOBALS[‘commandline’]) && empty($_GET[‘ajaxed’])) {
to
if (empty($GLOBALS[‘inRemoteCall’]) && empty($GLOBALS[‘commandline’])) {

but it didn’t help.

I’m using phplist version 3.2.5, PHP Version 5.6.12 and latest Chrome.

thanks for any suggestions/help!

/Chris