]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/filter/goverment/class_ShipSimuGovermentPaysTrainingFilter.php
Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / ship-simu / main / filter / goverment / class_ShipSimuGovermentPaysTrainingFilter.php
index 466059c7c9b22ca8972ad1180f4bcd6d51b6b457..b8b8dd82a7af39510606758f87eebd18d7db1ae2 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ShipSimuGovermentPaysTrainingFilter extends BaseFrameworkSystem implements Filterable {
+class ShipSimuGovermentPaysTrainingFilter extends BaseFilter implements Filterable {
        /**
         * Protected constructor
         *
@@ -30,10 +30,6 @@ class ShipSimuGovermentPaysTrainingFilter extends BaseFrameworkSystem implements
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**