diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-24 13:38:12 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-24 13:38:12 -0500 |
commit | ffbc144a739740ad1901c9eaf481815c9ec2d918 (patch) | |
tree | c909e8c63799c861675a83c3ed53f4723b248f70 /phpBB/phpbb/template/twig | |
parent | 427fa17f7fd9db6f69a6cb4634198a2f484e0bd9 (diff) | |
download | forums-ffbc144a739740ad1901c9eaf481815c9ec2d918.tar forums-ffbc144a739740ad1901c9eaf481815c9ec2d918.tar.gz forums-ffbc144a739740ad1901c9eaf481815c9ec2d918.tar.bz2 forums-ffbc144a739740ad1901c9eaf481815c9ec2d918.tar.xz forums-ffbc144a739740ad1901c9eaf481815c9ec2d918.zip |
[ticket/11628] Make get_template_vars protected
Remove all references to it and the hacky code in messenger that was using it
PHPBB3-11628
Diffstat (limited to 'phpBB/phpbb/template/twig')
-rw-r--r-- | phpBB/phpbb/template/twig/twig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/twig.php b/phpBB/phpbb/template/twig/twig.php index 710411c594..582939c252 100644 --- a/phpBB/phpbb/template/twig/twig.php +++ b/phpBB/phpbb/template/twig/twig.php @@ -464,7 +464,7 @@ class phpbb_template_twig implements phpbb_template * * @return array */ - public function get_template_vars() + protected function get_template_vars() { $context_vars = $this->context->get_data_ref(); |