Code syncronized with shipsimu code base
[mailer.git] / inc / classes / main / actions / post_registration / class_LoginAfterRegistrationAction.php
index c5f1e8a02ff4480fbece3a9479ef4f065d73acfa..068090ed36a7bb800e6660a8c4c40bd34639c3bd 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
  *
@@ -19,9 +19,9 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class LoginAfterRegistrationAction extends BaseAction implements Commandable {
+class LoginAfterRegistrationAction extends BaseAction implements PerformableAction {
        /**
         * Protected constructor
         *
@@ -30,12 +30,6 @@ class LoginAfterRegistrationAction extends BaseAction implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Post registration action for logging in");
-
-               // Generate unique key
-               $this->generateUniqueId();
        }
 
        /**