Skip to content

Commit

Permalink
Fixes #176 - Forum email notification option was removed during forum…
Browse files Browse the repository at this point in the history
… upgrade (v1 to v2)
  • Loading branch information
Moc committed Oct 2, 2019
1 parent b4066cf commit 43b12c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e107_plugins/forum/forum_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 43b12c4

Please sign in to comment.