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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user