Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d31e25281d
commit
193e24afd2
@@ -148,7 +148,7 @@ namespace Umbraco.Web.Editors
|
||||
string[] messageParams = null)
|
||||
{
|
||||
//if there's already a default event message, don't add our default one
|
||||
//todo inject
|
||||
// TODO: inject
|
||||
var msgs = Current.EventMessages;
|
||||
if (msgs != null && msgs.GetAll().Any(x => x.IsDefaultEventMessage)) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user