aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/template/base.php')
-rw-r--r--phpBB/phpbb/template/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/base.php b/phpBB/phpbb/template/base.php
index bc0f022cc4..41c0a01ba8 100644
--- a/phpBB/phpbb/template/base.php
+++ b/phpBB/phpbb/template/base.php
@@ -135,7 +135,7 @@ abstract class base implements template
/**
* {@inheritdoc}
*/
- public function find_key_index($blockname, $key = false)
+ public function find_key_index($blockname, $key)
{
return $this->context->find_key_index($blockname, $key);
}