Skip to content

Commit

Permalink
Merge pull request #13 from ddetyuk/master
Browse files Browse the repository at this point in the history
Fixed issue "Fatal error: Class 'HTML5_Tokenizer' not found " when enable_html5parser option enabled.
  • Loading branch information
raykolbe committed Sep 18, 2013
2 parents 5fb5be5 + b124f2a commit a18c237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DOMPDFModule/Service/DOMPDFFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public function createService(ServiceLocatorInterface $serviceLocator)

define(static::$configCompatMapping[$key], $value);
}


require_once DOMPDF_LIB_DIR . '/html5lib/Parser.php';
require_once DOMPDF_INC_DIR . '/functions.inc.php';
require_once __DIR__ . '/../../../config/module.compat.php';

Expand Down

0 comments on commit a18c237

Please sign in to comment.