Skip to content

Commit

Permalink
[BUGFIX] Remove mediace extraction update
Browse files Browse the repository at this point in the history
The mediace Extension is only available for TYPO3 7.6.

There is no point for this update in TYPO3 8.

Resolves: #83508
Releases: 8.7
Change-Id: Ib1476059534f57446799ca8ebb0c5d6deb757e58
Reviewed-on: https://review.typo3.org/57323
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Andreas Wolf <andreas.wolf@typo3.org>
Tested-by: Andreas Wolf <andreas.wolf@typo3.org>
  • Loading branch information
astehlik authored and andreaswolf committed Jun 23, 2018
1 parent 92ee4e4 commit e8cb266
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
103 changes: 0 additions & 103 deletions typo3/sysext/install/Classes/Updates/MediaceExtractionUpdate.php

This file was deleted.

1 change: 0 additions & 1 deletion typo3/sysext/install/ext_localconf.php
Expand Up @@ -14,7 +14,6 @@
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][\TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate::class] = \TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['textmediaAssets'] = \TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['compatibility6Extension'] = \TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['mediaceExtension'] = \TYPO3\CMS\Install\Updates\MediaceExtractionUpdate::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['openidExtension'] = \TYPO3\CMS\Install\Updates\OpenidExtractionUpdate::class;

$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\SignalSlot\Dispatcher::class);
Expand Down

0 comments on commit e8cb266

Please sign in to comment.