mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev
This commit is contained in:
@@ -58,7 +58,7 @@ class TmuxOutput extends Tmux
|
||||
$buffer .= $this->_getMonitor();
|
||||
}
|
||||
|
||||
if ((int)$runVar['settings']['show_query'] === 1) {
|
||||
if ((int) $runVar['settings']['show_query'] === 1) {
|
||||
$buffer .= $this->_getQueries();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user