1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 18:47:54 +01:00

Typo in download request.php: ee_UPLOAD -> e_UPLOAD

This commit is contained in:
Moc 2013-05-30 00:32:14 +02:00
parent 063427eb6e
commit 93a30ead61

View File

@ -200,7 +200,7 @@ if ($type == "file")
e107::getFile()->send($DOWNLOADS_DIRECTORY.$download_url);
exit();
}
elseif(file_exists(ee_UPLOAD.$download_url))
elseif(file_exists(e_UPLOAD.$download_url))
{
e107::getFile()->send(e_UPLOAD.$download_url);
exit();