From d26f38c4e0af60b6579f74e8c34c8fe7454fa7cf Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 23 Nov 2008 01:08:08 +0000 Subject: all 557 tests pass now :D git-svn-id: file:///svn/phpbb/trunk@9091 89ea8834-ac86-4346-8a33-228a782c2dd0 --- tests/template/template.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/template/template.php') diff --git a/tests/template/template.php b/tests/template/template.php index 0639e263bb..c9a083ae68 100644 --- a/tests/template/template.php +++ b/tests/template/template.php @@ -18,7 +18,11 @@ require_once '../phpBB/includes/constants.php'; require_once '../phpBB/includes/functions.php'; require_once '../phpBB/includes/template.php'; -$config = array( +if (!isset($config)) +{ + $config = array(); +} +$config += array( 'load_tplcompile' => true ); -- cgit v1.2.1