1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Fixes #176 - Forum email notification option was removed during forum upgrade (v1 to v2)

This commit is contained in:
Tijn Kuyper
2019-10-02 11:06:30 +02:00
parent b4066cfed9
commit 43b12c415d

View File

@@ -339,10 +339,12 @@ function step4()
$coreConfig -> remove($k); $coreConfig -> remove($k);
} }
} }
// Remove old prefs (no longer used in v2)
$forumPrefList = array( $forumPrefList = array(
'reported_post_email', 'reported_post_email',
'email_notify', //'email_notify',
'email_notify_on' //'email_notify_on'
); );
foreach ($forumPrefList as $_fp) foreach ($forumPrefList as $_fp)