Closed (fixed)
Project:
Ubercart
Version:
6.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2009 at 22:34 UTC
Updated:
2 Dec 2009 at 22:50 UTC
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.