Skip to content

Commit 2f73dff

Browse files
author
Daniel Rodrigues Lima
committed
general corrections
1 parent 8875586 commit 2f73dff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/JasperPHP/JasperPHP.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ public function process($input_file, $output_file = false, $format = array('pdf'
9292
$command .= ' -f ' . join(' ', $format);
9393
else
9494
$command .= ' -f ' . $format;
95-
/*
96-
// Resources dir
97-
$command .= " -r " . $this->resource_directory;
98-
*/
95+
96+
9997
if( count($parameters) > 0 )
10098
{
10199
$command .= ' -P ';
@@ -198,4 +196,4 @@ public function execute($run_as_user = false)
198196

199197
return $output;
200198
}
201-
}
199+
}

0 commit comments

Comments
 (0)