Skip to content

Commit

Permalink
Merge pull request #199 from ste101/patch-1
Browse files Browse the repository at this point in the history
Error because of a space
  • Loading branch information
balasch committed Mar 21, 2024
2 parents 9cd4b2d + 913017a commit d58136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function ($extensionKey) {
$GLOBALS['TYPO3_CONF_VARS']['SYS']['FileInfo']['fileExtensionToMimeType'] += \Leuchtfeuer\SecureDownloads\MimeTypes::ADDITIONAL_MIME_TYPES;

// Schedulter task
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['tx_securedownloads_domain_model_log '] = [
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['tx_securedownloads_domain_model_log'] = [
'dateField' => 'tstamp',
'expirePeriod' => '180'
];
Expand Down

0 comments on commit d58136d

Please sign in to comment.