From: Roland Häder Date: Mon, 4 Jul 2011 01:07:59 +0000 (+0000) Subject: Renamed ... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36c6c72729568a58124c7a5dba6562801cd15865;p=mailer.git Renamed ... :( --- 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