]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/filter/page/class_RefillPageFilter.php
Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / ship-simu / main / filter / page / class_RefillPageFilter.php
index 448605b1f9602c5c1470d6ad65489770ba5083f2..c87f21eecd8aefb872e5128d052dd52ec20224f1 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 RefillPageFilter extends BaseFrameworkSystem implements Filterable {
+class RefillPageFilter extends BaseFilter implements Filterable {
        /**
         * Protected constructor
         *
@@ -30,10 +30,6 @@ class RefillPageFilter extends BaseFrameworkSystem implements Filterable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**