From 6fdef21374b2553f81480716c72ac9babca55407 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 3 Jun 2013 20:06:00 +0200 Subject: [PATCH] Adapt spamblock plugin link to 2.0 backend. --- .../serendipity_event_spamblock/serendipity_event_spamblock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php index e83a2afb..d5beb65b 100644 --- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php +++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php @@ -1393,7 +1393,7 @@ var $filter_defaults; $this->set_config('contentfilter_emails', implode(';', $items)); } - echo ' - ' . WORD_OR . ' - ' . PLUGIN_EVENT_SPAMBLOCK_CONFIG . ''; + echo '' . PLUGIN_EVENT_SPAMBLOCK_CONFIG . ''; return true; break;