mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Fixes #3622 - Reported broken downloads reworked
- Moved away from e107_admin/message.php to its own place in the Downloads admin area. - Notification of broken downloads now controlled by e_notify (see Admin Area > Settings > Notify) - Updated notification message - Added e_dashboard addon to show latest status on broken download reports
This commit is contained in:
@@ -467,7 +467,7 @@ class admin_shortcodes
|
||||
|
||||
$oldconfigs['e-upload'][0] = array('icon'=>E_16_UPLOADS, 'title'=>ADLAN_LAT_7, 'url'=> e_ADMIN."upload.php", 'total'=>$active_uploads);
|
||||
|
||||
$messageTypes = array('Broken Download', 'Dev Team Message');
|
||||
$messageTypes = array(/*'Broken Download',*/ 'Dev Team Message');
|
||||
$queryString = '';
|
||||
foreach($messageTypes as $types)
|
||||
{
|
||||
|
Reference in New Issue
Block a user