From 7cf2db8bb7428337c2475753af5b05860aa9baaf Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 5 Nov 2018 16:23:10 -0400 Subject: [PATCH] WIP --- bibcite_footnotes.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibcite_footnotes.module b/bibcite_footnotes.module index ea7a563..a2d2a6f 100644 --- a/bibcite_footnotes.module +++ b/bibcite_footnotes.module @@ -73,7 +73,7 @@ function bibcite_footnotes_preprocess_bibcite_footnote_list(&$variables) { ]; $notes['#attached']['library'][] = 'bibcite_footnotes/reference_footnote'; - $dont_show_backlink_text = $config['dont_show_backlink_text']; + $dont_show_backlink_text = $config['reference_dont_show_backlink_text']; $sort_references_by = $config['reference_sort_by']; $citation_tools = new CitationTools(); foreach ($footnotes as $fn) {