Strange error with CEmailLogRoute



Internal Server Error


Property "CEmailLogRoute.email" is not defined.


I wonder why's that happening ?



	// application components


	'components'=>array(


		'log'=>array(


			'class'=>'CLogRouter',


			'routes'=>array(


				array(


					'class'=>'CEmailLogRoute',


					'levels'=>'error, warning',


					'email'=>'my@email.com'


				),


			),


		),


	),


Obviously it is 'emails' as stated in API doc, not 'email' as in the guide example.

/Tommy

my bad :)