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:
parent
b4066cfed9
commit
43b12c415d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user