aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/twig/node
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-12 12:56:00 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-12 12:56:00 -0500
commit1d55709e1336e826aa514ecb84c8c98c52e500c7 (patch)
tree98d301433484e7f36bfab72594a5f170459de04a /phpBB/includes/template/twig/node
parente9eeff8b382eee4f8714b47390970474d791ed57 (diff)
downloadforums-1d55709e1336e826aa514ecb84c8c98c52e500c7.tar
forums-1d55709e1336e826aa514ecb84c8c98c52e500c7.tar.gz
forums-1d55709e1336e826aa514ecb84c8c98c52e500c7.tar.bz2
forums-1d55709e1336e826aa514ecb84c8c98c52e500c7.tar.xz
forums-1d55709e1336e826aa514ecb84c8c98c52e500c7.zip
[ticket/11667] includeasset should be abstract
PHPBB3-11667
Diffstat (limited to 'phpBB/includes/template/twig/node')
-rw-r--r--phpBB/includes/template/twig/node/includeasset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/twig/node/includeasset.php b/phpBB/includes/template/twig/node/includeasset.php
index 5abff10e3f..38c0498492 100644
--- a/phpBB/includes/template/twig/node/includeasset.php
+++ b/phpBB/includes/template/twig/node/includeasset.php
@@ -7,7 +7,7 @@
*
*/
-class phpbb_template_twig_node_includeasset extends Twig_Node
+abstract class phpbb_template_twig_node_includeasset extends Twig_Node
{
/** @var Twig_Environment */
protected $environment;