]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/commands/web/class_WebRegisterCommand.php
Code base merged from ship-simu repos
[hub.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index af1d7488b8d31b522ea8ec5924ab07502fadcfbd..1f85254b819bc94d93f94a76c2b7402fba5bec83 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * A command class for the registration form
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -35,7 +35,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable {
                $this->setObjectDescription("Command for the registration form");
 
                // Create unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeSystemArray();