]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Fix for non-working admin login if no extension is installed (an other fixed broke it)
[mailer.git] / doubler.php
index 333467cc25810cc00877d34db8fc15e985047653..d002ed7c2869c2637f5ccb4cc0ad84a2c14a7a28 100644 (file)
@@ -159,7 +159,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
 
                                        // Update usage counter
                                        UPDATE_CONFIG("doubler_counter", 1, "+");
-                                       $_CONFIG['doubler_counter']++;
+                                       incrementCondigEntry('doubler_counter');
 
                                        // Set constant
                                        define('__DOUBLER_MSG', LOAD_TEMPLATE("doubler_reflink", true, $_POST['userid']));