fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

Error in config/parser.php for Twig #1

Closed billmn closed 13 years ago

billmn commented 13 years ago

To avoid problems with Twig Autoloader, the name of the directory in app/vendor must be "Twig" ( not lower or upper )

So in the package there's an error in "config/parser.php", change the current configuration with :

'View_Twig' => array(
    'include'     => APPPATH.'vendor'.DS.'Twig'.DS.'Autoloader.php',
),

And it works fine

jschreuder commented 13 years ago

Will be fixed by your pull-request once it's ready.