CAPTCHA verifier added to refill page command
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebMoneyRefillFormCommand.php
index 06e2e31812705b3e2494bfe97ddfd8357c5fb967..1fa33d45905107b0ff6c423c05f147d9fe9715de 100644 (file)
@@ -80,6 +80,9 @@ class WebMoneyRefillFormCommand extends BaseCommand implements Commandable {
 
                // Is the refill page active?
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('refill_page_class'));
+
+               // Verify CAPTCHA code
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_refill_verifier_class'));
        }
 }