[ticket/11162] No whitespace changes in olympus.

PHPBB3-11162
This commit is contained in:
Oleg Pudeyev 2012-12-01 23:11:14 -05:00
parent 05053dacd3
commit 2fc43e6ed7

View file

@ -3442,7 +3442,7 @@ function parse_cfg_file($filename, $lines = false)
$parsed_items[$key] = $value;
}
if (isset($parsed_items['inherit_from']) && isset($parsed_items['name']) && $parsed_items['inherit_from'] == $parsed_items['name'])
{
unset($parsed_items['inherit_from']);