From 36c6c72729568a58124c7a5dba6562801cd15865 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 4 Jul 2011 01:07:59 +0000 Subject: [PATCH] Renamed ... :( --- inc/filter/order_filter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/filter/order_filter.php b/inc/filter/order_filter.php index 9a37798888..87e17902ea 100644 --- a/inc/filter/order_filter.php +++ b/inc/filter/order_filter.php @@ -45,7 +45,7 @@ function FILTER_ORDER_POINTS ($data) { // Is ext-user installed and active? if (isExtensionActive('user')) { // Get the points and add them to the existing - $data['points'] += countSumTotalData($content['userid'], 'user_points', 'order_points'); + $data['points'] += countSumTotalData($data['userid'], 'user_points', 'order_points'); } // END - if // Return the data for next filter -- 2.39.2