Fixes for broken installation routine
[mailer.git] / doubler.php
index 2492b995d610197cbf992ec398b1acfbac045377..783bf99288856ee53da7809ffae91356d78dee60 100644 (file)
@@ -94,7 +94,7 @@ if (isInstalled()) {
        } // END - if
 
        // Begin with doubler script...
-       if (IS_FORM_SENT()) {
+       if (isFormSent()) {
                // Secure points (so only integer/double values are allowed
                REQUEST_SET_POST('points', bigintval(REQUEST_POST('points')));