]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/io/class_FileIoStream.php
Code sync from ship-simu code (all class config entries must end with _class!)
[hub.git] / inc / classes / main / io / class_FileIoStream.php
index 0800fea23c151a3f5c37408e86f24ae0488ddb11..f3cf60ef1ace67f2a87abc96fb1bcccff670ef94 100644 (file)
@@ -6,7 +6,7 @@
  * @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.ship-simu.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
@@ -33,7 +33,7 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil
                $this->setObjectDescription("Universal file I/O stream system");
 
                // Create unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean-up a little
                $this->removeNumberFormaters();