is not needed in member-only templates
[mailer.git] / inc / modules / member / what-points.php
index a55da246a53ee8c6f1f48e1df01ebaa01345fe7e..38065edd7bf3815c9847cfdaca24c3b4a8e0c9ef 100644 (file)
@@ -152,7 +152,7 @@ if (isExtensionInstalledAndNewer('user', '0.1.2')) {
 if ($totalLocked == '0') $totalLocked = '0.00000';
 
 // Remember several values in constants
 if ($totalLocked == '0') $totalLocked = '0.00000';
 
 // Remember several values in constants
-$content['sum']   = ($totalPoints - getUserData('used_points'), false);
+$content['sum']   = ($totalPoints - getUserData('used_points'));
 $content['tref']  = $totalReferals;
 $content['tlock'] = $totalLocked;
 
 $content['tref']  = $totalReferals;
 $content['tlock'] = $totalLocked;