From fafed386b01786a89afba2df3cfc470f8246aa7f Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 15 Mar 2014 20:15:23 +0000 Subject: [PATCH] Update common.php --- includes/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.php b/includes/common.php index 82cf25e1a..747316f79 100644 --- a/includes/common.php +++ b/includes/common.php @@ -40,7 +40,7 @@ function external_exec($command) $exec_response['error'] = stream_get_contents($pipes[2]); if ($exec_response['error']) { - $output = $exec_response['error']; + $output = FALSE; } else { $output = stream_get_contents($pipes[1]); }