From: Roland Häder Date: Mon, 4 Jul 2011 00:25:13 +0000 (+0000) Subject: This way ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69069fc1db04dca089547d6614dea50b88d49f27;p=mailer.git This way ... --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 12f81a8345..46d999cddc 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -2366,7 +2366,7 @@ function getTotalPoints ($userid) { ); // Run filter chain for getting more point values - $data = runFilter('get_total_points', $data); + $data = runFilterChain('get_total_points', $data); // Determine it $GLOBALS[__FUNCTION__][$userid] = $data['points'] - countSumTotalData($userid, 'user_data', 'used_points');