Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2021-03-08 20:29:05 +00:00
parent b55efa21aa
commit 79d9a5aab3
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ class Search extends \Kitodo\Dlf\Common\AbstractPlugin
// search in document and all descendants (valid for two level hierarchies like newspaper, too)
$params['filterquery'][]['query'] = '_query_:"{!join from=uid to=partof}uid:{!join from=uid to=partof}uid:' . $this->piVars['id'] . '"' .
' OR {!join from=uid to=partof}uid:' . $this->piVars['id'] .
' OR uid:'. $this->piVars['id'];
' OR uid:' . $this->piVars['id'];
$label .= htmlspecialchars(sprintf($this->pi_getLL('in', ''), Document::getTitle($this->piVars['id'])));
}
}