mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Include message_handler explicitly
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/admin_download.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/admin_download.php,v $
|
||||||
| $Revision: 1.8 $
|
| $Revision: 1.9 $
|
||||||
| $Date: 2009-07-23 23:40:57 $
|
| $Date: 2009-07-25 09:41:23 $
|
||||||
| $Author: bugrain $
|
| $Author: bugrain $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -84,7 +84,8 @@ if (e_QUERY)
|
|||||||
|
|
||||||
$adminDownload->observer();
|
$adminDownload->observer();
|
||||||
|
|
||||||
$emessage = eMessage::getInstance();
|
require_once (e_HANDLER.'message_handler.php');
|
||||||
|
$emessage = &eMessage::getInstance();
|
||||||
|
|
||||||
|
|
||||||
if(isset($_POST['download_filter_list']))
|
if(isset($_POST['download_filter_list']))
|
||||||
|
Reference in New Issue
Block a user