mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Issue #591 - adding debug info during download-file import.
This commit is contained in:
@@ -69,7 +69,11 @@ class e_media
|
|||||||
}
|
}
|
||||||
$img_array = $fl->get_files($epath,$fmask,'',2);
|
$img_array = $fl->get_files($epath,$fmask,'',2);
|
||||||
|
|
||||||
if(!count($img_array)){ return $this;}
|
if(!count($img_array))
|
||||||
|
{
|
||||||
|
e107::getMessage()->addDebug("Media-Import could not find any files in <b>".$epath."</b> with fmask: ".$fmask);
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
// print_a($img_array);
|
// print_a($img_array);
|
||||||
// return;
|
// return;
|
||||||
|
Reference in New Issue
Block a user