diff options
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index a542de0cc..de0f266f0 100644 --- a/install.php +++ b/install.php @@ -28,7 +28,7 @@ $buf == "works" || $errors .= "passthru() failed\n"; // test perl HTML::FromANSI ob_start(); -passthru("perl ".FCPATH."/scripts/install_helper.pl"); +passthru("perl 2>&1 ".FCPATH."/scripts/install_helper.pl"); $buf = ob_get_contents(); ob_end_clean(); if ($buf != "works") { |