Skip to content

Commit

Permalink
Merge pull request #67 from owncloud/remove_dompdf
Browse files Browse the repository at this point in the history
remove dompdf from docx as it is in 3rdpart's root as well
  • Loading branch information
DeepDiver1975 committed Feb 17, 2014
2 parents dad6f6b + 30e509e commit c7b4cdb
Show file tree
Hide file tree
Showing 164 changed files with 5 additions and 33,469 deletions.
3 changes: 3 additions & 0 deletions patches.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Patches:

- remove dompdf from phpdocx, because we already ship dompdf in the 3rdparty's root folder (see 3ae4904 and e1e3207)
2 changes: 1 addition & 1 deletion phpdocx/classes/AutoLoader.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AutoLoader
*/
public static function autoloadDompdf($className)
{
$pathDompdf = dirname(__FILE__) . '/../pdf/dompdf_config.inc.php';
$pathDompdf = dirname(__FILE__) . '/../../dompdf/dompdf_config.inc.php';
if (file_exists($pathDompdf)) {
require_once $pathDompdf;
}
Expand Down
328 changes: 0 additions & 328 deletions phpdocx/pdf/dompdf.php

This file was deleted.

Loading

0 comments on commit c7b4cdb

Please sign in to comment.