Skip to content

Commit

Permalink
Update php-font-lib class file reference (closes dompdf#751))
Browse files Browse the repository at this point in the history
Patch courtesy of steelfox.
  • Loading branch information
bsweeney committed Jan 8, 2014
1 parent ad24df4 commit 0a5ca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dompdf_config.inc.php
Expand Up @@ -329,7 +329,7 @@
*/
if (DOMPDF_ENABLE_AUTOLOAD) {
require_once(DOMPDF_INC_DIR . "/autoload.inc.php");
require_once(DOMPDF_LIB_DIR . "/php-font-lib/classes/font.cls.php");
require_once(DOMPDF_LIB_DIR . "/php-font-lib/classes/Font.php");
}

/**
Expand Down

0 comments on commit 0a5ca9b

Please sign in to comment.