From: Roland Häder Date: Thu, 28 Jul 2011 23:07:32 +0000 (+0000) Subject: Parser error fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=b75d45801998214670b2750544b3f20b4ddf87b3 Parser error fixed --- 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