1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/16080] Change location as it should have been.

PHPBB3-16080
This commit is contained in:
3D-I
2019-08-12 00:48:04 +02:00
parent ebd958c728
commit 1de4a65e58
2 changed files with 6 additions and 5 deletions

View File

@@ -2734,11 +2734,6 @@ function build_hidden_fields($field_ary, $specialchar = false, $stripslashes = f
*/
function parse_cfg_file($filename, $lines = false)
{
if (!file_exists($filename))
{
trigger_error('NO_STYLE_DATA', E_USER_ERROR);
}
$parsed_items = array();
if ($lines === false)