Skip to content

Commit

Permalink
[TASK] remove realurl configuration
Browse files Browse the repository at this point in the history
Resolves: extcode#15
  • Loading branch information
Daniel Lorenz committed Nov 2, 2018
1 parent e29fb6f commit d936c78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
54 changes: 0 additions & 54 deletions Classes/Hooks/RealUrlHook.php

This file was deleted.

7 changes: 0 additions & 7 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
\Extcode\CartProducts\Hooks\CartProductHook::class;
}

// realurl Hook

if (TYPO3_MODE === 'FE') {
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['ConfigurationReader_postProc'][1499067085] =
'EXT:cart_products/Classes/Hooks/RealUrlHook.php:Extcode\CartProducts\Hooks\RealUrlHook->postProcessConfiguration';
}

// ke_search Hook

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['ke_search']['registerIndexerConfiguration'][] = 'EXT:cart_products/Classes/Hooks/KeSearchIndexer.php:Extcode\CartProducts\Hooks\KeSearchIndexer';
Expand Down

0 comments on commit d936c78

Please sign in to comment.