Skip to content

Commit

Permalink
[BUGFIX] Do not include removed strptime()
Browse files Browse the repository at this point in the history
Follow up for ad5c03932
  • Loading branch information
dkd-kaehm committed Sep 2, 2022
1 parent c731608 commit 88f3b97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

// ----- # ----- # ----- # ----- # ----- # ----- # ----- # ----- # ----- #

// Windows compatibility

if (!function_exists('strptime')) {
require_once(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('solr') . 'Resources/Private/Php/strptime/strptime.php');
}

(function () {
// ----- # ----- # ----- # ----- # ----- # ----- # ----- # ----- # ----- #
// registering Index Queue page indexer helpers
Expand Down

0 comments on commit 88f3b97

Please sign in to comment.