From: Roland Häder Date: Mon, 13 Oct 2008 22:46:39 +0000 (+0000) Subject: Fix for wrong class name (whats wrong here?) X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=679093554f4404cde8c01a536a6efcb9a8b2937d Fix for wrong class name (whats wrong here?) --- diff --git a/application/ship-simu/main/filter/page/class_RefillPageFilter.php b/application/ship-simu/main/filter/page/class_RefillPageFilter.php index 98ed3d2..448605b 100644 --- a/application/ship-simu/main/filter/page/class_RefillPageFilter.php +++ b/application/ship-simu/main/filter/page/class_RefillPageFilter.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -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;