]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php
Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuProfileCommand.php
index e8aff7d0e414ee3527f558763b068205d04bf5e1..3d66614de3c8278a4e23dc9d164a3e2401792bbf 100644 (file)
@@ -136,6 +136,9 @@ class WebShipsimuProfileCommand extends BaseCommand implements Commandable {
                // Validate CAPTCHA input
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_profile_verifier_filter'));
 
+               // Validate birthday input
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('birthday_profile_verifier_filter'));
+
                // Email changed
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('email_change_filter'));