diff --git a/islandora.tokens.inc b/islandora.tokens.inc
index 31680117..f528dee3 100644
--- a/islandora.tokens.inc
+++ b/islandora.tokens.inc
@@ -188,4 +188,5 @@ function islandora_url_to_service_file_media_by_mimetype($node, $mime_type) {
       }
     }
   }
+  return '';
 }