﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
10791	In mythweb.php, ':' should be changed to PATH_SEPARATOR	karog <mythtv@…>	Rob Smith	"In mythweb.php, '''include_path''' is set numerous times using '''PATH_SEPARATOR''' except for one case where a literal '''':'''' is used.
{{{
        ini_set('include_path', ini_get('include_path').':'.modules_path.'/'.$Path[0]);
}}}
should be changed to
{{{
        ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.modules_path.'/'.$Path[0]);
}}}
"	Patch - Bug Fix	closed	minor	0.26.1	Plugin - MythWeb	0.25-fixes	low	fixed			0
