Fix for wrong class name (whats wrong here?)
[shipsimu.git] / application / ship-simu / main / filter / page / class_RefillPageFilter.php
index 98ed3d2530dfaa0d75bec8d51f628cffd2092888..448605b1f9602c5c1470d6ad65489770ba5083f2 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 MoneyRefillPageFilter extends BaseFrameworkSystem implements Filterable {
+class RefillPageFilter extends BaseFrameworkSystem implements Filterable {
        /**
         * Protected constructor
         *
@@ -41,9 +41,9 @@ class MoneyRefillPageFilter extends BaseFrameworkSystem implements Filterable {
         *
         * @return      $filterInstance         An instance of this filter class
         */
-       public final static function createMoneyRefillPageFilter () {
+       public final static function createRefillPageFilter () {
                // Get a new instance
-               $filterInstance = new MoneyRefillPageFilter();
+               $filterInstance = new RefillPageFilter();
 
                // Return the instance
                return $filterInstance;