Author: dom Date: 2008-06-22 01:07:34 +0100 (Sun, 22 Jun 2008) New Revision: 1175
Modified: sites/oxford.openguides.org/lib/OpenGuides/SpamPlugin/Akismet.pm Log: fix last bit of hardcoding
Modified: sites/oxford.openguides.org/lib/OpenGuides/SpamPlugin/Akismet.pm =================================================================== --- sites/oxford.openguides.org/lib/OpenGuides/SpamPlugin/Akismet.pm 2008-06-22 00:05:51 UTC (rev 1174) +++ sites/oxford.openguides.org/lib/OpenGuides/SpamPlugin/Akismet.pm 2008-06-22 00:07:34 UTC (rev 1175) @@ -20,7 +20,7 @@ From => $args{email}, To => $args{email}, Subject => "Attempted spam edit on " . $args{'url'}, - Data => "Someone just tried to edit oxford.openguides.org, and " + Data => "Someone just tried to edit " . $args{'url'} . ", and " . "Akismet said no.\n\n" . "Here's a dump of the details:\n" . Dumper( %args ),