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:
parent
75b10de4a9
commit
7d56674046
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user