]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
Code syncronized with shipsimu code base
[hub.git] / application / hub / class_ApplicationHelper.php
index 2ec172bf8ab3cd1a89db8b8cae4ab47b1f3b07ff..24aab7c80c41fedb2ff2663d3386510366dbe65d 100644 (file)
@@ -68,14 +68,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set description
-               $this->setObjectDescription("Application-Helper");
-
-               // Create an unique ID
-               $this->generateUniqueId();
-
                // Tidy up a little
                $this->removeSystemArray();
+               $this->removeNumberFormaters();
        }
 
        /**