https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22193

--- Comment #6 from Josef Moravec <josef.mora...@gmail.com> ---
Comment on attachment 84650
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84650
Bug 22193: Code refactoring/improvments

Review of attachment 84650:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22193&attachment=84650)
-----------------------------------------------------------------

::: Koha/SharedContent.pm
@@ +141,5 @@
> +sub get_entity_comments {
> +    my ($resource, $id) = @_;
> +
> +    unless ($id) {
> +        return [];

I would like to see here an implicit undef, so just 'return;'

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to