1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge branch '3.2.x' into ticket/15068

This commit is contained in:
javiexin
2017-03-09 16:12:25 +01:00
committed by GitHub
1652 changed files with 75596 additions and 44938 deletions

View File

@@ -161,6 +161,14 @@ abstract class base implements template
return $this->context->alter_block_array($blockname, $vararray, $key, $mode);
}
/**
* {@inheritdoc}
*/
public function find_key_index($blockname, $key)
{
return $this->context->find_key_index($blockname, $key);
}
/**
* Calls hook if any is defined.
*