diff options
Diffstat (limited to 'www/wot.php')
-rw-r--r-- | www/wot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php index 5eb52e6..33a780c 100644 --- a/www/wot.php +++ b/www/wot.php @@ -378,9 +378,10 @@ function send_reminder() $query .= ",\n`method`='TTP-Assisted'"; } mysql_query($query); - fix_assurer_flag($_SESSION['_config']['notarise']['id']); include_once("../includes/notary.inc.php"); + recalculate_old_assurance_points($_SESSION['_config']['notarise']['id']); + fix_assurer_flag($_SESSION['_config']['notarise']['id']); if($_SESSION['profile']['points'] < 150) { $addpoints = 0; |