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

refs #20040 [fid] Missing Registration link

* set default value noticeLinkType
* remove useless variable noticeWithLink
parent 7c1b0c2a
No related merge requests found
......@@ -241,7 +241,6 @@ class GetIt extends AbstractHelper
$accordeonHeadline = $this->accordeonHeadlineDefault;
$boxHeadline = $this->translate('Get it');
$notice = $this->translate('getit_text_default');
$noticeWithLink = null;
$showLinks = true;
$showOrderButton = false;
$showPartCopyButton = false;
......@@ -250,6 +249,7 @@ class GetIt extends AbstractHelper
$isEBCEBooks = false;
$hideNotice = false;
$isAiSidRecord = false;
$noticeLinkType = 'register';
// let specific functions override defaults where necessary
foreach ($this->sids as $sid_config) {
......
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