Email address confirmation now working (not in registration):
[shipsimu.git] / inc / classes / main / filter / change / class_EmailChangeFilter.php
index 07b2a21c8768861320f3764ffa3c685e6f057d0e..c427fd69633bc195978385f53697802ce3baeedc 100644 (file)
@@ -36,10 +36,6 @@ class EmailChangeFilter extends BaseFrameworkSystem implements Filterable {
 
                // Create unique ID number
                $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**