@@ -, +, @@ --- Koha/Template/Plugin/AdditionalContents.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Template/Plugin/AdditionalContents.pm +++ a/Koha/Template/Plugin/AdditionalContents.pm @@ -53,6 +53,7 @@ sub get { blocktitle => $blocktitle }; } + return; } sub get_opac_news_by_id { --