From b75d45801998214670b2750544b3f20b4ddf87b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 28 Jul 2011 23:07:32 +0000 Subject: [PATCH] Parser error fixed --- inc/modules/member/what-bonus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index 2f7f4867ad..b505ddd0ab 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -54,7 +54,7 @@ if ((!isExtensionActive('bonus')) && (!isAdmin())) { $add = runFilterChain('add_bonus_points_user_columns', ''); $USE = '`turbo_bunus`'; if (!empty($add)) { - $USE = '(0' . . ')'; + $USE = '(0' . $add . ')'; } // END - if // Init variables -- 2.39.2