diff --git a/misc/update/tmux/monitor.php b/misc/update/tmux/monitor.php index d4a83cd56..42d3bfa5c 100644 --- a/misc/update/tmux/monitor.php +++ b/misc/update/tmux/monitor.php @@ -124,7 +124,7 @@ while ($runVar['counts']['iterations'] > 0) { echo $e; } try { - $newOldQry = $tRun->proc_query(6, null, null); + $newOldQry = $tRun->proc_query(6, null, $db_name); } catch (Exception $e) { echo $e; }