Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 8102)
+++ /lib/wpsg_basket.class.php	(revision 8103)
@@ -899,6 +899,6 @@
 					$this->shop->cache->clearKundenCache($k_id);
 					
-					$this->shop->callMods('basket_save_done', array($o_id, $k_id, &$this));
-					$this->shop->callMods('basket_save_done_array', array($o_id, $k_id, &$arBasket));
+					$this->shop->callMods('basket_save_done', array(&$o_id, &$k_id, &$this));
+					$this->shop->callMods('basket_save_done_array', array(&$o_id, &$k_id, &$arBasket));
 					
 					$this->shop->basket->initFromDB($o_id);
