diff options
Diffstat (limited to 'phpBB/phpbb/config_php.php')
-rw-r--r-- | phpBB/phpbb/config_php.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |