diff --git a/Koha/Template/Plugin/KohaNews.pm b/Koha/Template/Plugin/KohaNews.pm index 713d07301a..efd08dd52f 100644 --- a/Koha/Template/Plugin/KohaNews.pm +++ b/Koha/Template/Plugin/KohaNews.pm @@ -52,7 +52,7 @@ sub get { blocktitle => $blocktitle }; } else { - return 0; + return; } } @@ -79,4 +79,4 @@ the following TT code: [% KohaNews.get() %] Owen Leonard -=cut \ No newline at end of file +=cut