1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[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;
}
}