diff --git a/phpBB/phpbb/config_php.php b/phpBB/phpbb/config_php.php index a4af4e6a6e..13ca533ade 100644 --- a/phpBB/phpbb/config_php.php +++ b/phpBB/phpbb/config_php.php @@ -102,5 +102,6 @@ class config_php return false; } } + return true; } }