v.1.7 update
This commit is contained in:
@@ -31,6 +31,7 @@ class Import extends HRCCommand implements HRCCommandInterface {
|
||||
$search_response = curl_exec($search);
|
||||
curl_close($search);
|
||||
$responses = json_decode($search_response, TRUE)['files'];
|
||||
|
||||
foreach ($responses as $key => $response) {
|
||||
if (array_key_exists('filename', $response)) {
|
||||
$fulldate = date_parse_from_format('d-m-Y-H-i-s', $response['filename']);
|
||||
|
||||
Reference in New Issue
Block a user