Jeff-Lewis / smarty-php

Automatically exported from code.google.com/p/smarty-php
0 stars 0 forks source link

file attribute error on {block} #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Smarty 3.1.17 used this code:

$compiler->template->template_resource = realpath(trim($_attr['file'], "'"));

After this custom resources can't work. In 3.1.16 custom resources in {block} 
worked fine. Please fix it in next stable version. Now Smarty can't work.

Original issue reported on code.google.com by balance...@gmail.com on 6 Apr 2014 at 9:12

GoogleCodeExporter commented 9 years ago
This fixed now in the SVN trunk and will later be include in 3.1.18

Original comment by Uwe.Tews@googlemail.com on 6 Apr 2014 at 6:57