Skip to content
Snippets Groups Projects
Commit 512c54d4 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #18297: fix test failures

parent 9ff7942c
Branches
Tags
3 merge requests!896Master,!807Dev#18297 rgaa search result and viewnotice,!806Dev#18297 rgaa search result and viewnotice
......@@ -98,7 +98,7 @@ class ZendAfi_View_Helper_Notice_ReservationLink extends ZendAfi_View_Helper_Bas
/** @return string */
protected function _getHoldImage() {
return $this->view
->tagImg($this->getHoldImageUrl(),
->tagImg($this->_getHoldImageUrl(),
['title' => $this->_holdLabel,
'style' => 'border-style:none;']);
}
......
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