[ticket/12775] Fix config_php::load_config_file()

PHPBB3-12775
This commit is contained in:
Tristan Darricau 2014-06-27 20:40:19 +02:00
parent 4f56f9b904
commit 98890fe1a3

View file

@ -102,5 +102,6 @@ class config_php
return false;
}
}
return true;
}
}