Project

General

Profile

« Previous | Next » 

Revision 1852

Added by darkviper over 11 years ago

updated Twig template engine to stable version 1.11.1 step2

View differences:

Filter.php
26 26
                $message = sprintf('%s. Did you mean "%s"', $message, implode('", "', $alternatives));
27 27
            }
28 28

  
29
            throw new Twig_Error_Syntax($message, $this->getLine());
29
            throw new Twig_Error_Syntax($message, $this->getLine(), $compiler->getFilename());
30 30
        }
31 31

  
32 32
        $this->compileFilter($compiler, $filter);

Also available in: Unified diff