Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlResendLinkCommand.php
index fedd4e79561a4069ddc6f2280ccebff69ce8266e..05f66f938268c745f79599cb0fc759fb9419fc3c 100644 (file)
@@ -38,9 +38,9 @@ class HtmlResendLinkCommand 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 createWebResendLinkCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlResendLinkCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebResendLinkCommand();
+               $commandInstance = new HtmlResendLinkCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);