Skip to content

Commit

Permalink
Fixed issue #9415: Invalid url for image broke Print to PDF with debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aestu committed Dec 19, 2014
1 parent 9733fb7 commit 05d1035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/tcpdf.php
Expand Up @@ -47,7 +47,7 @@
* ADD TRAILING SLASH!
***********************************************************/

$tcpdf['base_url'] = '';
$tcpdf['base_url'] = 'dummy'; // If empty and debug === 2, "empty needle" occurs


/************************************************************
Expand Down

0 comments on commit 05d1035

Please sign in to comment.