Update Embedfiles.php

This commit is contained in:
Ray 2023-02-26 10:32:58 -05:00
parent aa58bdded1
commit a7344d22eb

View file

@ -50,7 +50,8 @@ class Embedfiles extends Controller
}
}
}
$i = count($sorted);
//$i = count($sorted);
$i++;
}
return $sorted;
}