1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Issue #327 - uploaded file is now auto-imported.

This commit is contained in:
Cameron 2013-05-20 15:23:51 -07:00
parent 75b10de4a9
commit 7d56674046

View File

@ -841,7 +841,7 @@ class e_media
$tp = e107::getParser();
$sql = e107::getDb();
$oldpath = e_UPLOAD.$file;
$oldpath = e_IMPORT.$file;
if(!file_exists($oldpath))
{