From 9fca29eae3051730b72f6144e2683cd2fe7c8d0b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 26 May 2006 15:04:27 +0000 Subject: some tiny changes... git-svn-id: file:///svn/phpbb/trunk@5967 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/includes/template.php') diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index d8f78a77c1..0a6fb5598d 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -483,6 +483,8 @@ class template $this->_tpldata[$blockname][$key] = array_merge($this->_tpldata[$blockname][$key], $vararray); return true; } + + return false; } /** -- cgit v1.2.1