Reference not necessary.
authorJan Schneider <jan@horde.org>
Thu, 3 Dec 2009 18:17:27 +0000 (19:17 +0100)
committerJan Schneider <jan@horde.org>
Thu, 3 Dec 2009 20:35:19 +0000 (21:35 +0100)
framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/Combine.php

index a44545b..aa3f7db 100644 (file)
@@ -79,7 +79,7 @@ class Horde_Stream_Wrapper_Combine
             throw new Exception('A combined stream must be created using the Horde_Support_CombineStream class.');
         }
 
-        $data = &$opts['horde-combine']['data']->getData();
+        $data = $opts['horde-combine']['data']->getData();
 
         reset($data);
         while (list(,$val) = each($data)) {