1
0
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:
Cameron 2014-05-25 02:21:59 -07:00
parent 18ab88864e
commit 11849b067d

View File

@ -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;