mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +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:
@@ -927,7 +927,7 @@ class download
|
||||
$user = USER ? USERNAME : LAN_GUEST;
|
||||
$ip = e107::getIPHandler()->getIP(false);
|
||||
|
||||
// Replaced with e_notify
|
||||
// Replaced by e_notify
|
||||
/*
|
||||
if ($pref['download_email'])
|
||||
{ // this needs to be moved into the NOTIFY, with an event.
|
||||
|
Reference in New Issue
Block a user