1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02: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(); $tp = e107::getParser();
$sql = e107::getDb(); $sql = e107::getDb();
$oldpath = e_UPLOAD.$file; $oldpath = e_IMPORT.$file;
if(!file_exists($oldpath)) if(!file_exists($oldpath))
{ {