1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/11700] include and define are not valid class names

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-07-14 15:38:04 -04:00
parent 4311cd65e3
commit 62b33968c2
5 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
}
class phpbb_template_twig_node_define extends Twig_Node
class phpbb_template_twig_node_definenode extends Twig_Node
{
public function __construct($capture, Twig_NodeInterface $name, Twig_NodeInterface $value, $lineno, $tag = null)
{

View File

@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
}
class phpbb_template_twig_node_include extends Twig_Node_Include
class phpbb_template_twig_node_includenode extends Twig_Node_Include
{
/**
* Compiles the node to PHP.