mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Merge pull request #3342 from Icinga/bugfix/pdf-export-broken-3338
Pdf: correct DOMPDF directory
This commit is contained in:
commit
133da1ef91
@ -20,7 +20,7 @@ call_user_func(function () {
|
||||
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
|
||||
*/
|
||||
|
||||
$baseDir = __DIR__ . '/../../vendor/dompdf';
|
||||
$baseDir = Icinga::app()->getBaseDir('library/vendor/dompdf');
|
||||
|
||||
require_once "$baseDir/lib/html5lib/Parser.php";
|
||||
require_once "$baseDir/lib/php-font-lib/src/FontLib/Autoloader.php";
|
||||
|
Loading…
x
Reference in New Issue
Block a user