Fix incorrect update requirement detection
This commit is contained in:
@@ -30,7 +30,9 @@ class ImportTimestampService
|
|||||||
$updatedTimestampPath = GeneralUtility::getFileAbsFileName($uploadTimestampFile);
|
$updatedTimestampPath = GeneralUtility::getFileAbsFileName($uploadTimestampFile);
|
||||||
|
|
||||||
if (!$updatedTimestampPath || !file_exists($updatedTimestampPath)) {
|
if (!$updatedTimestampPath || !file_exists($updatedTimestampPath)) {
|
||||||
return false;
|
$this->writeImportTimestamp($importTimestampFile);
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$line = trim(file($updatedTimestampPath)[0]);
|
$line = trim(file($updatedTimestampPath)[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user