mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Typo in download request.php: ee_UPLOAD -> e_UPLOAD
This commit is contained in:
@@ -200,7 +200,7 @@ if ($type == "file")
|
|||||||
e107::getFile()->send($DOWNLOADS_DIRECTORY.$download_url);
|
e107::getFile()->send($DOWNLOADS_DIRECTORY.$download_url);
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
elseif(file_exists(ee_UPLOAD.$download_url))
|
elseif(file_exists(e_UPLOAD.$download_url))
|
||||||
{
|
{
|
||||||
e107::getFile()->send(e_UPLOAD.$download_url);
|
e107::getFile()->send(e_UPLOAD.$download_url);
|
||||||
exit();
|
exit();
|
||||||
|
Reference in New Issue
Block a user