X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdiscovery%2Fclass_BaseDiscovery.php;h=1ae7ea94e3bec442684c7793424a7d498498d300;hp=956d0cf5545655f1fcacaddf3cb9c5fafdb0da31;hb=fdc6a02b5e6c2155cda61fcc345c7583b734ab85;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/main/discovery/class_BaseDiscovery.php b/inc/classes/main/discovery/class_BaseDiscovery.php index 956d0cf5..1ae7ea94 100644 --- a/inc/classes/main/discovery/class_BaseDiscovery.php +++ b/inc/classes/main/discovery/class_BaseDiscovery.php @@ -2,11 +2,11 @@ /** * A general discovery class * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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,7 +25,7 @@ class BaseDiscovery extends BaseFrameworkSystem { /** * Action name for payment discovery */ - private $actionName = ""; + private $actionName = ''; /** * Protected constructor @@ -36,10 +36,6 @@ class BaseDiscovery extends BaseFrameworkSystem { protected function __construct ($className) { // Call parent constructor parent::__construct($className); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } /**