Another wrong name fixed
authorRoland Häder <roland@mxchange.org>
Mon, 13 Oct 2008 22:47:54 +0000 (22:47 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 13 Oct 2008 22:47:54 +0000 (22:47 +0000)
application/ship-simu/main/filter/validator/class_RefillRequestValidatorFilter.php

index 1bcd9323bdca823a0731d4fe075a9d4e3bf9080c..02833a4c18375efbf3752b6a922359e40cc68b45 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 MoneyRefillRequestValidatorFilter extends BaseFrameworkSystem implements Filterable {
+class RefillRequestValidatorFilter extends BaseFrameworkSystem implements Filterable {
        /**
         * Protected constructor
         *
@@ -41,9 +41,9 @@ class MoneyRefillRequestValidatorFilter extends BaseFrameworkSystem implements F
         *
         * @return      $filterInstance         An instance of this filter class
         */
-       public final static function createMoneyRefillRequestValidatorFilter () {
+       public final static function createRefillRequestValidatorFilter () {
                // Get a new instance
-               $filterInstance = new MoneyRefillRequestValidatorFilter();
+               $filterInstance = new RefillRequestValidatorFilter();
 
                // Return the instance
                return $filterInstance;