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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user