--- bitcache.module	2008-03-21 09:57:25.000000000 +0200
+++ bitcache.module	2008-03-21 14:40:01.000000000 +0200
@@ -188,9 +188,9 @@
   return 'bitcache://' . $id;
 }
 
-function bitcache_resolve_uri($uri) {
+function bitcache_resolve_uri($uri, $options = array('absolute' => TRUE)) {
   if (preg_match('!^bitcache://([a-z0-9]{40})$!', $uri, $matches)) {
-    return url('bitcache/' . $matches[1], array('absolute' => TRUE));
+    return url('bitcache/' . $matches[1], $options);
   }
   return FALSE;
 }
