id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	qualification
10021	PHP reports a notice due to sfRoutingConfigHandler.class.php	meijuh	fabien	PHP reports a notice in sfRoutingConfigHandler.class.php on line 98.\r\n{{{\r\n$params['url'] ? $params['url'] : '/',\r\n}}}\r\n\r\nshould be\r\n\r\n{{{\r\narray_key_exists('url', $params) ? $params['url'] : '/',\r\n}}}\r\n\r\nThis can be reproduced by creating a routing rule without an url field. And then create an url with {{{ url_for() }}}.	defect	closed	minor		configuration	1.4.x DEV	invalid	sfRoutingConfigHandler notice		Unreviewed
