]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/class_
Re-added with access protection
[shipsimu.git] / inc / classes / main / class_
index af4096f64df8b08521927573a48ac0c0f6ba584e..6a6ff22da58f8fee40d2a4fa4a236f7f30ed61dc 100644 (file)
  * 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  extends BaseFrameworkSystem {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
@@ -35,7 +35,7 @@ class  extends BaseFrameworkSystem {
                $this->setObjectDescription("");
 
                // Create unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeNumberFormaters();