mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-14 20:18:00 +00:00
with class name it's easier
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user