﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	difficulty
1223	notify_user() should throw an exception if something is wrong with a handler	cash		"Current code:


{{{
	if ((!$NOTIFICATION_HANDLERS[$method]) || (!$handler))
		error_log(sprintf(elgg_echo('NotificationException:NoHandlerFound'), $method));
}}}

This writes the exception to the log and then produces a WSOD when it tries to run the bad handler. Shouldn't it throw an exception and stop execution?"	Defect	closed	normal	Elgg 1.7.1	Core	1.6	minor	fixed		marcus brettp	
