# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/ubercart/uc_cart/uc_cart.module
--- contributions/modules/ubercart/uc_cart/uc_cart.module Base (1.58)
+++ contributions/modules/ubercart/uc_cart/uc_cart.module Modifié localement (basé sur 1.58)
@@ -1791,7 +1791,7 @@
   if (is_array($remove)) {
     for ($i = 0, $j = count($panes); $i < $j; $i++) {
       foreach ($remove as $key => $value) {
-        if ($panes[$i][$key] == $value) {
+        if (isset($panes[$i][$key]) and $panes[$i][$key] == $value) {
           unset($panes[$i]);
         }
       }
