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:

Defined.php
35 35

  
36 36
            $this->changeIgnoreStrictCheck($node);
37 37
        } else {
38
            throw new Twig_Error_Syntax('The "defined" test only works with simple variables', $this->getLine());
38
            throw new Twig_Error_Syntax('The "defined" test only works with simple variables', $this->getLine(), $compiler->getFilename());
39 39
        }
40 40
    }
41 41

  

Also available in: Unified diff