projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[!!!][TASK] Rewrite backend modules of indexed_search
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
indexed_search
/
Classes
/
Controller
/
SearchFormController.php
diff --git
a/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
b/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
index
6ecd242
..
1f5420f
100644
(file)
--- a/
typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
+++ b/
typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
@@
-29,7
+29,7
@@
class SearchFormController extends \TYPO3\CMS\Frontend\Plugin\AbstractPlugin {
public $prefixId = 'tx_indexedsearch';
// Same as class name
public $prefixId = 'tx_indexedsearch';
// Same as class name
- public $scriptRelPath = '
pi/class.tx_indexedsearch
.php';
+ public $scriptRelPath = '
Classes/Controller/SearchFormController
.php';
// Path to this script relative to the extension dir.
public $extKey = 'indexed_search';
// Path to this script relative to the extension dir.
public $extKey = 'indexed_search';