X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fcommands%2Fweb%2Fclass_WebMoneyRefillFormCommand.php;h=1fa33d45905107b0ff6c423c05f147d9fe9715de;hb=56f0aa24e669fe3789c7a6f9eabfb6c91a19c181;hp=06e2e31812705b3e2494bfe97ddfd8357c5fb967;hpb=e750ef84ad2c3ad5b69c25eb7a1f5874a7869833;p=shipsimu.git diff --git a/application/ship-simu/main/commands/web/class_WebMoneyRefillFormCommand.php b/application/ship-simu/main/commands/web/class_WebMoneyRefillFormCommand.php index 06e2e31..1fa33d4 100644 --- a/application/ship-simu/main/commands/web/class_WebMoneyRefillFormCommand.php +++ b/application/ship-simu/main/commands/web/class_WebMoneyRefillFormCommand.php @@ -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')); } }