Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlProblemCommand.php
index 500789d9eea28ed4e2e7392c5699836d1dc06d27..1c18dc62005eb978455fbf08076a3cd7d3595be0 100644 (file)
@@ -38,9 +38,9 @@ class HtmlProblemCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public static final function createWebProblemCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlProblemCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebProblemCommand();
+               $commandInstance = new HtmlProblemCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);