id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7545	[Patch] Trac 0.12 AttributeError: 'NoneType' object has no attribute 'get_node'	phanson@gmail.com	rjollos	Probably due to new multiple-repo support. This seems to fix it, for now:\r\n\r\nin file: '''search.py'''\r\n{{{\r\n67c67\r\n<         repo = self.env.get_repository(req.authname)\r\n---\r\n>         repo = self.env.get_repository(authname=req.authname)\r\n}}}\r\n	defect	closed	normal	RepoSearchPlugin	normal	fixed			0.12
