]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/actions/class_
eval() commands replace by improved object factory, user login class stub added
[shipsimu.git] / inc / classes / main / actions / class_
index 797b770ad676ca5e99c96a6c9d24887c0015a954..93d4fc52178bc575a3d7bea2eb8948605171e472 100644 (file)
@@ -3,10 +3,10 @@
  * 
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.3.0
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.mxchange.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ class ???Action extends BaseAction implements Commandable {
                $this->setObjectDescription("");
 
                // Generate unique key
-               $this->createUniqueID();
+               $this->generateUniqueId();
        }
 
        /**