1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11628] Make get_template_vars protected

Remove all references to it and the hacky code in messenger that was using it

PHPBB3-11628
This commit is contained in:
Nathaniel Guse
2013-07-24 13:38:12 -05:00
parent 427fa17f7f
commit ffbc144a73
2 changed files with 8 additions and 25 deletions

View File

@@ -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();