Skip to content
Snippets Groups Projects
Commit df91d1aa authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16136 [master-v5] modified ezb resolver output

* modified view helper openurl
* add clean doi method
parent 4fd15140
No related merge requests found
......@@ -102,6 +102,11 @@ class SolrAI extends SolrDefault implements
return $this->getAIRecord('doi');
}
public function getCleanDOI()
{
return $this->getAIRecord('doi');
}
/**
* Gets an array of issues from record
*
......
......@@ -269,7 +269,7 @@ class OpenUrl extends \Zend\View\Helper\AbstractHelper
// Render the subtemplate:
$views[] =
$this->context->__invoke($this->getView())->renderInContext(
'Helpers/openurl.phtml',
"Helpers/openurl.phtml",
$params
);
}
......
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