We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85ec7d4 + 7ce0dc1 commit a686046Copy full SHA for a686046
src/JasperPHP/JasperPHP.php
@@ -21,7 +21,7 @@ function __construct($resource_dir = false)
21
$this->windows = true;
22
23
if (!$resource_dir) {
24
- $this->resource_directory = __DIR__ . '/../../../vendor/cossou/jasperphp/src/JasperStarter/bin';
+ $this->resource_directory = __DIR__ . '/../../../vendor/geekcom/jasperphp/src/JasperStarter/bin';
25
} else {
26
if (!file_exists($resource_dir))
27
throw new \Exception('Invalid resource directory.', 1);
@@ -198,4 +198,4 @@ public function execute($run_as_user = false)
198
199
return $output;
200
}
201
-}
+}
0 commit comments