From 4a58254120574c8c7317f45af982152a2ed13650 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 13 Jan 2009 18:29:58 +0000 Subject: [PATCH] in case we do: include(bootstrap) ... include(common) git-svn-id: file:///svn/phpbb/trunk@9260 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/common.php b/phpBB/common.php index bacaf2e7a7..5e1bfedf38 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -19,7 +19,7 @@ if (!defined('IN_PHPBB')) } // Init Framework -require PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT; +require_once PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT; // Run through remaining Framework states if (defined('PHPBB_CONFIG_MISSING') || !defined('PHPBB_INSTALLED'))