Skip to content
Snippets Groups Projects
Commit ec6a4e2f authored by Gregor Gawol's avatar Gregor Gawol Committed by André Lahmann
Browse files

refs #4949:

- change containertitle from hierarchy_parent_title to series
parent d6e751a7
Branches
Tags
No related merge requests found
...@@ -197,8 +197,8 @@ class SolrAI extends SolrDefault implements ...@@ -197,8 +197,8 @@ class SolrAI extends SolrDefault implements
*/ */
public function getContainerTitle() public function getContainerTitle()
{ {
return (isset($this->fields['hierarchy_parent_title']) ? return (isset($this->fields['series']) ?
$this->fields['hierarchy_parent_title'][0] : ''); $this->fields['series'][0] : '');
} }
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment