with class name it's easier

This commit is contained in:
Chris
2020-01-08 09:28:30 +01:00
parent ad04aeb5b6
commit 1a46209bfe

View File

@@ -50,7 +50,7 @@ sleep(2);
foreach($controllers as $contr)
{
echo " [P1] Collecting list of items..";
echo " [P1] Collecting list of items from ".get_class($contr)."..";
$controllerfiles = $contr->getItems();
echo " done. Got ".count($controllerfiles)." files\n";
if($controllerfiles)