From 867a55da42ea2d6e5aa1d36fc78266324fab9a11 Mon Sep 17 00:00:00 2001 From: quix0r Date: Mon, 4 Jul 2011 00:25:13 +0000 Subject: [PATCH] This way ... --- inc/wrapper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5