Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / discovery / class_BaseDiscovery.php
index 48164e141f1675b015cc9c516383432c4eafc4db..4429cf68819174f05a5f47cdee5445d2d4c1015d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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();
        }
 
        /**