Skip to content

Commit 99aa7ee

Browse files
committed
Fixing config paths.
1 parent 0a16891 commit 99aa7ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/module.config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* *Please note the trailing slash.*
3333
*/
34-
'font_directory' => __DIR__ . '/../../vendor/dompdf/lib/fonts/',
34+
'font_directory' => __DIR__ . '/../../dompdf/dompdf/lib/fonts/',
3535

3636
/**
3737
* The location of the DOMPDF font cache directory
@@ -41,7 +41,7 @@
4141
* It contains the .afm files, on demand parsed, converted to php syntax and cached
4242
* This folder can be the same as DOMPDF_FONT_DIR
4343
*/
44-
'font_cache_directory' => __DIR__ . '/../../vendor/dompdf/data/dompdf/cache/',
44+
'font_cache_directory' => __DIR__ . '/../../dompdf/dompdf/data/dompdf/cache/',
4545

4646
/**
4747
* The location of a temporary directory.
@@ -64,7 +64,7 @@
6464
* direct class use like:
6565
* $dompdf = new DOMPDF(); $dompdf->load_html($htmldata); $dompdf->render(); $pdfdata = $dompdf->output();
6666
*/
67-
'chroot' => realpath(__DIR__ . '/../../vendor/dompdf/'),
67+
'chroot' => realpath(__DIR__ . '/../../dompdf/dompdf/'),
6868

6969
/**
7070
* Whether to use Unicode fonts or not.

0 commit comments

Comments
 (0)