1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01: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
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2
3 changed files with 1 additions and 3 deletions

View File

@ -63,7 +63,6 @@
<core name="displayrendertime">0</core>
<core name="displaysql">0</core>
<core name="displaythemeinfo">1</core>
<core name="download_email">0</core>
<core name="e_admin_list"><![CDATA[array (
'social' => 'social',
)]]></core>

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'
);

View File

@ -18,7 +18,6 @@
<pref name="download_sort"></pref>
<pref name="download_reportbroken">0</pref>
<pref name="mirror_order"></pref>
<pref name="download_email"></pref>
<pref name="agree_flag"></pref> <!-- needs download prefix? -->
<pref name="agree_text"></pref>
<pref name="download_denied"></pref>