diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-27 20:41:16 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-07 01:02:16 +0200 |
commit | 78648514fa8b847cfb63cd4b5432d3fa73dd106f (patch) | |
tree | 1c600103c0cc58931d3fc397262d1390d7d1dffd /phpBB/phpbb/config_php.php | |
parent | 98890fe1a3e9ad94f8eb8883f1973f3bbc27a124 (diff) | |
download | forums-78648514fa8b847cfb63cd4b5432d3fa73dd106f.tar forums-78648514fa8b847cfb63cd4b5432d3fa73dd106f.tar.gz forums-78648514fa8b847cfb63cd4b5432d3fa73dd106f.tar.bz2 forums-78648514fa8b847cfb63cd4b5432d3fa73dd106f.tar.xz forums-78648514fa8b847cfb63cd4b5432d3fa73dd106f.zip |
[ticket/12775] Update phpBB/bin/phpbbcli.php
PHPBB3-12775
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 13ca533ade..d502088897 100644 --- a/phpBB/phpbb/config_php.php +++ b/phpBB/phpbb/config_php.php @@ -102,6 +102,7 @@ class config_php return false; } } + return true; } } |