Bug #8316
tx_solr_pi_results_formcommand uses deprecated function
| Status: | Resolved | Start date: | 2010-06-17 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 1.1 | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
Index: pi_results/class.tx_solr_pi_results_formcommand.php
===================================================================
--- pi_results/class.tx_solr_pi_results_formcommand.php (revision 33857)
+++ pi_results/class.tx_solr_pi_results_formcommand.php (working copy)@ -48,7 +48,7 @
public function execute() {
$searchWord = '';
- $testSearchWord = t3lib_div::GParrayMerged('tx_solr');
+ $testSearchWord = t3lib_div::_GPmerged('tx_solr');
if (trim($testSearchWord['q'])) {
$searchWord = t3lib_div::removeXSS(trim($testSearchWord['q']));
$searchWord = htmlentities($searchWord, ENT_QUOTES, $GLOBALS['TSFE']->metaCharset);
Related issues
| related to Apache Solr for TYPO3 CMS - Bug #8162: tx_solr_pi_results_facetingcommand uses deprecated function | Resolved | 2010-06-11 |
History
Updated by Ingo Renner almost 3 years ago
- Target version set to 1.1
Updated by Ingo Renner almost 3 years ago
- Category set to Frontend Plugins
- Status changed from New to Resolved
- Assignee set to Ingo Renner
- % Done changed from 0 to 100
resolved in r34765