Skip to content

Commit

Permalink
Merge pull request #16 from jadsonbr/master
Browse files Browse the repository at this point in the history
Ajuste em path da lib
  • Loading branch information
geekcom authored Nov 22, 2016
2 parents 85ec7d4 + 7ce0dc1 commit a686046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JasperPHP/JasperPHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function __construct($resource_dir = false)
$this->windows = true;

if (!$resource_dir) {
$this->resource_directory = __DIR__ . '/../../../vendor/cossou/jasperphp/src/JasperStarter/bin';
$this->resource_directory = __DIR__ . '/../../../vendor/geekcom/jasperphp/src/JasperStarter/bin';
} else {
if (!file_exists($resource_dir))
throw new \Exception('Invalid resource directory.', 1);
Expand Down Expand Up @@ -198,4 +198,4 @@ public function execute($run_as_user = false)

return $output;
}
}
}

0 comments on commit a686046

Please sign in to comment.