aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r--phpBB/includes/template.php2
1 files changed, 2 insertions, 0 deletions
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;
}
/**