Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit 814a949

Browse files
Create JasperPHP.php
1 parent ca8b543 commit 814a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JasperPHP/JasperPHP.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function execute($run_as_user = false)
172172
$output = array();
173173
$return_var = 0;
174174

175-
exec($this->the_command .' 2>&1' , $output, $return_var);
175+
exec($this->the_command, $output, $return_var);
176176

177177
if( $return_var != 0 && isset($output[0]) )
178178
throw new \Exception($output[0], 1);

0 commit comments

Comments
 (0)