phpBB

Code Changes

File: phpbb/template/twig/node/includephp.php

  Unmodified   Added   Modified   Removed
Line 13Line 13
*/

namespace phpbb\template\twig\node;

*/

namespace phpbb\template\twig\node;



 

class includephp extends \Twig_Node
{


class includephp extends \Twig_Node
{

Line 47Line 46
			return;
}


			return;
}


		if ($this->getAttribute('ignore_missing')) {


		if ($this->getAttribute('ignore_missing'))
{

			$compiler
->write("try {\n")
->indent()

			$compiler
->write("try {\n")
->indent()

Line 76Line 76
			->write("}\n")
;


			->write("}\n")
;


		if ($this->getAttribute('ignore_missing')) {


		if ($this->getAttribute('ignore_missing'))
{

			$compiler
->outdent()
->write("} catch (\Twig_Error_Loader \$e) {\n")

			$compiler
->outdent()
->write("} catch (\Twig_Error_Loader \$e) {\n")