XoopsModules25x / publisher

Publishing module for XOOPS for static/HTML content and articles stored and provided in a hierarchical manner
6 stars 25 forks source link

TYPO in file /language/english/main.php #109

Closed cesagonchu closed 5 years ago

cesagonchu commented 5 years ago

TCPDF instead of TCPF line 91 from file publisher/language/english/main.php:

define('_MD_PUBLISHER_ERROR_NO_PDF', 'TCPF for XOOPS not installed in /class/libraries/vendor/tecnickcom/tcpdf/
Please read the /docs/readme.txt or click on the Help tab to learn how to get it!');

replace with: define('_MD_PUBLISHER_ERROR_NO_PDF', 'TCPDF for XOOPS not installed in /class/libraries/vendor/tecnickcom/tcpdf/
Please read the /docs/readme.txt or click on the Help tab to learn how to get it!');

mambax7 commented 5 years ago

fixed in 1.07 (https://github.com/mambax7/publisher/commit/27367d68ddb81121742c4f6c5cd3a38a66b9c18a)