From 43b12c415d6a00ef848e0a2ae5ba7f4f4ec820d2 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Wed, 2 Oct 2019 11:06:30 +0200 Subject: [PATCH] Fixes #176 - Forum email notification option was removed during forum upgrade (v1 to v2) --- e107_plugins/forum/forum_update.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/forum_update.php b/e107_plugins/forum/forum_update.php index 55fa6e530..0739c1bbe 100644 --- a/e107_plugins/forum/forum_update.php +++ b/e107_plugins/forum/forum_update.php @@ -339,10 +339,12 @@ function step4() $coreConfig -> remove($k); } } + + // Remove old prefs (no longer used in v2) $forumPrefList = array( 'reported_post_email', - 'email_notify', - 'email_notify_on' + //'email_notify', + //'email_notify_on' ); foreach ($forumPrefList as $_fp)