We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187fb64 commit a8121ecCopy full SHA for a8121ec
Classes/SolrService.php
@@ -565,7 +565,7 @@ protected function getManagedLanguage() {
565
566
$schema = $this->getSchema();
567
568
- if (!is_null($schema) && isset($schema->fieldTypes)) {
+ if (is_object($schema) && isset($schema->fieldTypes)) {
569
foreach ($schema->fieldTypes as $fieldType) {
570
if ($fieldType->name === 'text') {
571
foreach ($fieldType->indexAnalyzer->filters as $filter) {
0 commit comments