mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Issue #591 - adding debug info during download-file import.
This commit is contained in:
parent
18ab88864e
commit
11849b067d
@ -69,7 +69,11 @@ class e_media
|
||||
}
|
||||
$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);
|
||||
// return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user