Login and auth classes added. WARNING: All class config entries must end with _class!
[shipsimu.git] / inc / classes / main / filter / validator / class_EmailValidatorFilter.php
index a1276c88a3204b4c10c46f50a3095ad66ff5ef84..4785a9653cbff6eb5df1efa0653894729b01c467 100644 (file)
@@ -24,7 +24,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class EmailValidatorFilter extends BaseFrameworkSystem implements Filterable {
+class EmailValidatorFilter extends BaseFilter implements Filterable {
        /**
         * Protected constructor
         *
@@ -39,10 +39,6 @@ class EmailValidatorFilter extends BaseFrameworkSystem implements Filterable {
 
                // Create unique ID number
                $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**