From c3641df531dbb6e3fc054c3e7873c4ad564ecb91 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 5 Jan 2020 17:30:06 -0500 Subject: [PATCH] spaces --- web/includes/Monitor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index 4575d2ab6..b725963f2 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -510,7 +510,7 @@ class Monitor extends ZM_Object { if ( @socket_connect($socket, $sockFile) ) { if ( !socket_write($socket, $optionString) ) { Error('Can\'t write to control socket: '.socket_strerror(socket_last_error($socket))); - return false; + return false; } } else if ( $command != 'quit' ) { $command = ZM_PATH_BIN.'/zmcontrol.pl '.$command.' --id='.$this->{'Id'}; @@ -544,7 +544,7 @@ class Monitor extends ZM_Object { } } catch ( Exception $e ) { Error("Except $e thrown trying to restart zma"); - return false; + return false; } } else { Error('Server not assigned to Monitor in a multi-server setup. Please assign a server to the Monitor.');