Skip to content

Commit

Permalink
[BUGFIX] Remove TYPO3_MODE constant
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarends committed Mar 14, 2024
1 parent 9eadefa commit 2159664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext_localconf.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

defined('TYPO3') || die();

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['melonImagesMigrateSchedulerTask'] = \Smichaelsen\MelonImages\Updates\MigrateSchedulerTask::class;

$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['melon_images'] = [
Expand Down

0 comments on commit 2159664

Please sign in to comment.