X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=4bbc6581b02d46f7d2319a8834136b641185606e;hp=26dd0545c674db3b05d24c57cea623c11d7afd16;hb=574e7b06a697f0b23fc95177090d5883d08c9373;hpb=fa023dc278004309851a3fd107344216a520db64 diff --git a/doubler.php b/doubler.php index 26dd0545c6..4bbc6581b0 100644 --- a/doubler.php +++ b/doubler.php @@ -46,7 +46,7 @@ $GLOBALS['refid'] = 0; $CSS = 0; // Load the required file(s) -require ("inc/config.php"); +require("inc/config.php"); // Is the "doubler" extension active? if (!EXT_IS_ACTIVE("doubler")) { @@ -134,7 +134,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { array($uid, bigintval($GLOBALS['refid']), bigintval($_POST['points'] * 2)), __FILE__, __LINE__); // Subtract entered points - SUB_POINTS($uid, $_POST['points']); + SUB_POINTS("doubler", $uid, $_POST['points']); // Add points to "total payed" including charge $points = $_POST['points'] - $_POST['points'] * $_CONFIG['doubler_charge'];