From 7ce0dc1cbc55600e4012c0127e98392e3b32dfba Mon Sep 17 00:00:00 2001 From: jadsonbr Date: Tue, 22 Nov 2016 17:20:09 -0300 Subject: [PATCH] Ajuste em path da lib --- src/JasperPHP/JasperPHP.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JasperPHP/JasperPHP.php b/src/JasperPHP/JasperPHP.php index 2a8b8f2..6fbd052 100755 --- a/src/JasperPHP/JasperPHP.php +++ b/src/JasperPHP/JasperPHP.php @@ -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); @@ -198,4 +198,4 @@ public function execute($run_as_user = false) return $output; } -} \ No newline at end of file +}