Merge remote-tracking branch 'origin/master' into fastpath

This commit is contained in:
Gregor Maier 2011-08-11 12:16:59 -07:00
commit 6ba9a43d0f

View file

@ -8,7 +8,7 @@ event Notice::notice(n: Notice::Info) &priority=10
return;
# This should only be done for notices that are being sent to email.
if ( ACTION_EMAIL !in n$action )
if ( ACTION_EMAIL !in n$actions )
return;
local output = "";