Single character bugfix for hostname notice email extension.

This commit is contained in:
Seth Hall 2011-08-11 15:16:32 -04:00
parent 240ae9790b
commit cc258b29aa

View file

@ -8,7 +8,7 @@ event Notice::notice(n: Notice::Info) &priority=10
return; return;
# This should only be done for notices that are being sent to email. # 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; return;
local output = ""; local output = "";