Skip to content

Commit 8875586

Browse files
author
Daniel Rodrigues Lima
committed
correction on locale parameter
1 parent 106cbd0 commit 8875586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JasperPHP/JasperPHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function compile($input_file, $output_file = false, $background = true, $
6060
return $this;
6161
}
6262

63-
public function process($input_file, $output_file = false, $format = array('pdf'), $parameters = array(), $db_connection = array(), $background = true, $redirect_output = true, $locale = false )
63+
public function process($input_file, $output_file = false, $format = array('pdf'), $parameters = array(), $db_connection = array(), $locale = false, $background = true, $redirect_output = true)
6464
{
6565
if(is_null($input_file) || empty($input_file))
6666
throw new \Exception('No input file', 1);

0 commit comments

Comments
 (0)