]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/cruncher/class_CruncherInitializationFilter.php
Updated to latest 'core' + convertToClassName() and convertDashesToUnderscores()...
[hub.git] / application / hub / main / filter / cruncher / class_CruncherInitializationFilter.php
index ea7432ce8414def652ee277c6fd11116e6e16228..7311542db84abb6f448d055ed48b7231f7964024 100644 (file)
@@ -67,7 +67,7 @@ class CruncherInitializationFilter extends BaseCruncherFilter implements Filtera
                }
 
                // Now convert the cruncher-mode in a class name
-               $className = 'Hub' . $this->convertToClassName($cruncherMode) . 'Cruncher';
+               $className = 'Hub' . self::convertToClassName($cruncherMode) . 'Cruncher';
 
                // And try to instance it
                try {