? newCacheObj.patch
Index: CacheRouter.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cacherouter/CacheRouter.php,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 CacheRouter.php
--- CacheRouter.php	5 Nov 2008 00:33:56 -0000	1.1.2.2
+++ CacheRouter.php	7 Nov 2008 00:18:08 -0000
@@ -30,7 +30,7 @@ class CacheRouter {
     }
     $cache_engine = $type . 'Cache';
     
-    $this->map[$bin] =& new $cache_engine($bin);
+    $this->map[$bin] = new $cache_engine($bin);
   }
   
   public function get($key, $bin) {
