aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/config_php.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-27 20:40:19 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-07 01:02:14 +0200
commit98890fe1a3e9ad94f8eb8883f1973f3bbc27a124 (patch)
tree8964f0e038da1b566966cf2e1819e22ebf9a70bc /phpBB/phpbb/config_php.php
parent4f56f9b90464ed23b30125a5df147577c435de9b (diff)
downloadforums-98890fe1a3e9ad94f8eb8883f1973f3bbc27a124.tar
forums-98890fe1a3e9ad94f8eb8883f1973f3bbc27a124.tar.gz
forums-98890fe1a3e9ad94f8eb8883f1973f3bbc27a124.tar.bz2
forums-98890fe1a3e9ad94f8eb8883f1973f3bbc27a124.tar.xz
forums-98890fe1a3e9ad94f8eb8883f1973f3bbc27a124.zip
[ticket/12775] Fix config_php::load_config_file()
PHPBB3-12775
Diffstat (limited to 'phpBB/phpbb/config_php.php')
-rw-r--r--phpBB/phpbb/config_php.php1
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;
}
}