1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

#3622 - Get rid of old download_mail pref

No longer needed now that we have e_notify
This commit is contained in:
Tijn Kuyper
2019-10-27 18:55:23 +01:00
parent 59e8d0762a
commit abcce8639d
3 changed files with 1 additions and 3 deletions

View File

@@ -1143,7 +1143,7 @@ $columnInfo = array(
$expected_params = array(
'download_php', 'download_view', 'download_sort', 'download_order',
'mirror_order', 'recent_download_days', 'agree_flag', 'download_email',
'mirror_order', 'recent_download_days', 'agree_flag',
'agree_text', 'download_denied', 'download_reportbroken',
'download_security_mode', 'download_security_expression', 'download_security_link_expiry'
);