diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-12 12:56:00 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-12 12:56:00 -0500 |
commit | 1d55709e1336e826aa514ecb84c8c98c52e500c7 (patch) | |
tree | 98d301433484e7f36bfab72594a5f170459de04a /phpBB/includes/template/twig/node | |
parent | e9eeff8b382eee4f8714b47390970474d791ed57 (diff) | |
download | forums-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.php | 2 |
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; |