1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 12:41:51 +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
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -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)