Parser error fixed
authorRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 23:07:32 +0000 (23:07 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 23:07:32 +0000 (23:07 +0000)
inc/modules/member/what-bonus.php

index 2f7f4867add9eabae34b91e5ccb54b454cc4ecce..b505ddd0abe13e90cc0b38a1c492ed98577e5bfc 100644 (file)
@@ -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