]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/change/class_EmailChangeFilter.php
Email address confirmation now working (not in registration):
[shipsimu.git] / inc / classes / main / filter / change / class_EmailChangeFilter.php
index 7e1dd57e94804216d81bf26e62b412a836c4fd6e..c427fd69633bc195978385f53697802ce3baeedc 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -36,10 +36,6 @@ class EmailChangeFilter extends BaseFrameworkSystem implements Filterable {
 
                // Create unique ID number
                $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
@@ -61,6 +57,7 @@ class EmailChangeFilter extends BaseFrameworkSystem implements Filterable {
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
+        * @todo        Implement email change of the user here. HINT: Use the User class!
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Get both emails