Parse error with Ubercart 2.1 - patch included. Just an additional } in the code on line 1453.
--- module/ubercart/trunk/uc_order/uc_order.module (revision 3343)
+++ module/ubercart/trunk/uc_order/uc_order.module (revision 3344)
@@ -1450,7 +1450,6 @@
// the results are numeric before continuing.
if (function_exists($function) && ($value = $function('total', $order, NULL)) && is_numeric($value)) {
$total += $value;
- }
}
}
Comments
Comment #1
caktux commentedI'm not crazy!! Yay!!!
Comment #2
agileware commentedFixed in 2.2 thanks for the quick turnaround.