Hi,
When defining TCPDF's K_PATH_CACHE constant, there is a tiny mistake which make it impossible to work.
The drupal_realpath function never append a slash to the end of its return so each TCPDF function using this constant to generate a path will fail.
The attached patch fixes this issue.
Best regards.
| Comment | File | Size | Author |
|---|---|---|---|
| print-fix-K_PATH_CACHE.patch | 783 bytes | duaelfr |
Comments
Comment #1
elvis2 commentedbump
Comment #2
jcnventuraThanks for the patch!
http://drupalcode.org/project/print.git/commit/8d1d5de
Comment #3
jcnventura