mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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();
|
$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))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user