X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fregistration%2Fclass_BaseRegistration.php;h=0a516f890f3ffc0fbe9270a6516e15d46b14f2b9;hp=1ebf7e5b8d52eba657c6c8d6fc1481a823a01e40;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/classes/main/registration/class_BaseRegistration.php b/inc/classes/main/registration/class_BaseRegistration.php index 1ebf7e5b..0a516f89 100644 --- a/inc/classes/main/registration/class_BaseRegistration.php +++ b/inc/classes/main/registration/class_BaseRegistration.php @@ -2,11 +2,11 @@ /** * A general registration class. * - * @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 @@ -25,12 +25,12 @@ class BaseRegistration extends BaseFrameworkSystem { /** * Pre-registration filter chain */ - private $preRegistrationFilter = null; + private $preRegistrationFilter = NULL; /** * Pre-registration filter chain */ - private $postRegistrationFilter = null; + private $postRegistrationFilter = NULL; /** * Protected constructor @@ -41,10 +41,6 @@ class BaseRegistration extends BaseFrameworkSystem { protected function __construct ($className) { // Call parent constructor parent::__construct($className); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } /**