bug Fix 3712
[koha.git] / C4 / Koha.pm
index eb14e6d..3589010 100644 (file)
@@ -485,7 +485,7 @@ sub getitemtypeimagesrc {
 sub getitemtypeimagelocation($$) {
        my ( $src, $image ) = @_;
 
-       return if ( !$image );
+       return '' if ( !$image );
 
        my $scheme = ( uri_split( $image ) )[0];