mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Issue #327 - uploaded file is now auto-imported.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user