]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php
Email address confirmation now working (not in registration):
[shipsimu.git] / inc / classes / main / filter / crypto / class_CaptchaEncryptFilter.php
index de0b77927306b4a05f968caaa54005563f20fd13..8ddbd163a1d04e1734bdc4611085069e0215073a 100644 (file)
@@ -36,10 +36,6 @@ class CaptchaEncryptFilter extends BaseFrameworkSystem implements Filterable {
 
                // Create unique ID number
                $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**