feulf / raintpl3

The easiest Template Engine for PHP
https://feulf.github.io/raintpl
258 stars 57 forks source link

Fix the reducePath call #142

Closed ti0rafa closed 10 years ago

ti0rafa commented 10 years ago

Hello there, I think I found a peace of broken code.

When I tried to use the compress plugin I was getting an undefined method error, after a little digging the reducePath was not setup under the Tpl class but instead under the Parser class. This update solve my error.

Regards.

feulf commented 10 years ago

thanks for the fix