Skip to content

Commit b87cbed

Browse files
committed
Remove advanced form command
Change-Id: Idf81221d18519ba3436296ab939041bc90d98378
1 parent b3f7c6c commit b87cbed

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

PiResults/AdvancedFormCommand.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

ext_autoload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
'tx_solr_piresults_results' => $extensionPath . 'PiResults/Results.php',
170170
'tx_solr_pisearch_search' => $extensionPath . 'PiSearch/Search.php',
171171

172-
'tx_solr_piresults_advancedformcommand' => $extensionPath . 'PiResults/AdvancedFormCommand.php',
173172
'tx_solr_piresults_errorscommand' => $extensionPath . 'PiResults/ErrorsCommand.php',
174173
'tx_solr_piresults_facetingcommand' => $extensionPath . 'PiResults/FacetingCommand.php',
175174
'tx_solr_piresults_formcommand' => $extensionPath . 'PiResults/FormCommand.php',

ext_localconf.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@
113113

114114
// register plugin commands
115115

116-
#Tx_Solr_CommandResolver::registerPluginCommand(
117-
# 'results',
118-
# 'advanced_form',
119-
# 'Tx_Solr_PiResults_AdvancedFormCommand',
120-
# Tx_Solr_PluginCommand::REQUIREMENT_NONE
121-
#);
122-
123116
Tx_Solr_CommandResolver::registerPluginCommand(
124117
'results, frequentsearches',
125118
'frequentSearches',

0 commit comments

Comments
 (0)