From ecc2319acd07ce2b90b998f3381be2e0d4edafc2 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 15 Mar 2014 20:13:52 +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 747316f79..82cf25e1a 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 = FALSE; + $output = $exec_response['error']; } else { $output = stream_get_contents($pipes[1]); }