X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bonus.php;h=66ae60cb37ccf939fee6f73912e285e226bf802c;hp=ca9002a7335dd9264fcee3e490b77a6439f694b4;hb=e521a48cf5d2a3090bd8d7a9cb21dfbc2dfda257;hpb=6d513e61a583f5366ab948be9e819343f726852b diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index ca9002a733..66ae60cb37 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -68,7 +68,7 @@ if (EXT_IS_ACTIVE("autopurge")) { // Use last online timestamp to keep inactive members away from here $LAST = " AND last_online >= %s"; - $ONLINE = bigintval(time() - $_CONFIG['ap_in_since']); + $ONLINE = bigintval(time() - $_CONFIG['ap_inactive_since']); } // Let's check if there are some points left we can "pay"...