diff --git a/e107_plugins/forum/forum_update.php b/e107_plugins/forum/forum_update.php index 55fa6e5301..0739c1bbea 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)