fuel / parser

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

ErrorException [ Notice ]: Undefined variable: file #92

Closed PavloNaumenko closed 7 years ago

PavloNaumenko commented 7 years ago

parser/classes/view/jade.php:60

protected function process_file($file_override = false)
    {
        // update the cache path
        $this->cache_init($file);
        // determine the filename
        $file = $file_override ?: $this->file_name;
WanWizard commented 7 years ago

Can you check this fixes your issue? Which parser do you use, Tale of Everzet?

PavloNaumenko commented 7 years ago

It was Everzet

WanWizard commented 7 years ago

Ok. Does the fix work for you?

PavloNaumenko commented 7 years ago

Yes. Now it works fine. Thank you

WanWizard commented 7 years ago

Perfect, thanks for the feedback!