mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

Not possible to set pdfPregSearch etc. #32

Closed MoppieMop closed 9 years ago

MoppieMop commented 9 years ago

In ModuleOption.php Function initializeObject there is a check for $this->options['pdfPregSearch'] but this does not work. You have to check for $this->options['pdfPregSearch.'] (a dot at the end of the key!). Otherwise you are not able to set pdfPregSearch or pdfStrSearch.

I use TYPO3 6.2.15.

martin-helmich commented 9 years ago

Fixed in #33. Thanks for reporting this issue!