File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function getFacetProperties() {
79
79
80
80
if ($ facet ['count ' ] > $ this ->solrConfiguration ['search. ' ]['faceting. ' ]['limit ' ]) {
81
81
$ showAllLink = '<a href="#" class="tx-solr-facet-show-all">###LLL:faceting_showMore###</a> ' ;
82
- $ showAllLink = tslib_cObj:: wrap ($ showAllLink , $ this ->solrConfiguration ['search. ' ]['faceting. ' ]['showAllLink. ' ]['wrap ' ]);
82
+ $ showAllLink = $ GLOBALS [ ' TSFE ' ]-> cObj -> wrap ($ showAllLink , $ this ->solrConfiguration ['search. ' ]['faceting. ' ]['showAllLink. ' ]['wrap ' ]);
83
83
$ facet ['show_all_link ' ] = $ showAllLink ;
84
84
}
85
85
@@ -92,4 +92,4 @@ public function getFacetProperties() {
92
92
include_once ($ GLOBALS ['TYPO3_CONF_VARS ' ][TYPO3_MODE ]['XCLASS ' ]['ext/solr/Classes/Facet/SimpleFacetRenderer.php ' ]);
93
93
}
94
94
95
- ?>
95
+ ?>
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public function getSpellCheckingSuggestions() {
136
136
137
137
$ suggestions = $ this ->getSuggestions ();
138
138
if ($ suggestions && !$ suggestions ['correctlySpelled ' ] && !empty ($ suggestions ['collation ' ])) {
139
- $ suggestionsLink = tslib_cObj:: noTrimWrap (
139
+ $ suggestionsLink = $ GLOBALS [ ' TSFE ' ]-> cObj -> noTrimWrap (
140
140
$ this ->getSuggestionQueryLink (),
141
141
$ this ->configuration ['search. ' ]['spellchecking. ' ]['wrap ' ]
142
142
);
@@ -153,4 +153,4 @@ public function getSpellCheckingSuggestions() {
153
153
include_once ($ GLOBALS ['TYPO3_CONF_VARS ' ][TYPO3_MODE ]['XCLASS ' ]['ext/solr/Classes/SpellChecker.php ' ]);
154
154
}
155
155
156
- ?>
156
+ ?>
Original file line number Diff line number Diff line change 33
33
}
34
34
],
35
35
"require" : {
36
- "php" : " >5.3.0,~5.5 .0"
36
+ "php" : " >5.3.0,~5.6 .0"
37
37
},
38
38
"require-dev" : {
39
39
"typo3-ci/typo3cms" : " dev-master"
You can’t perform that action at this time.
0 commit comments