X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fclasses%2Fmain%2Fapplication%2Fclass_BaseApplication.php;h=7f14fe24983356fe6be6927bb0420a844668b961;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hp=a8d5e5c6c2ec2d28982bfeee33dd3d2cba30f316;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;p=core.git diff --git a/inc/classes/main/application/class_BaseApplication.php b/inc/classes/main/application/class_BaseApplication.php index a8d5e5c6..7f14fe24 100644 --- a/inc/classes/main/application/class_BaseApplication.php +++ b/inc/classes/main/application/class_BaseApplication.php @@ -2,11 +2,11 @@ /** * A general application class for the ApplicationHelper classes. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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 @@ -32,10 +32,6 @@ class BaseApplication extends BaseFrameworkSystem { // Call parent constructor parent::__construct($className); - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); - // Get registry instance $registryInstance = Registry::getRegistry();