From: Roland Haeder Date: Sun, 5 Apr 2015 23:31:01 +0000 (+0200) Subject: Forgot to rename classes as well ... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=4e622c9abde45dd521eee889b47da59c95cf9872 Forgot to rename classes as well ... Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/commands/html/class_HtmlConfirmCommand.php b/inc/classes/main/commands/html/class_HtmlConfirmCommand.php index 7c3d3ec9..0ca3f7ea 100644 --- a/inc/classes/main/commands/html/class_HtmlConfirmCommand.php +++ b/inc/classes/main/commands/html/class_HtmlConfirmCommand.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 WebConfirmCommand extends BaseCommand implements Commandable { +class HtmlConfirmCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlDoFormCommand.php b/inc/classes/main/commands/html/class_HtmlDoFormCommand.php index 3ad014bb..5c38e15d 100644 --- a/inc/classes/main/commands/html/class_HtmlDoFormCommand.php +++ b/inc/classes/main/commands/html/class_HtmlDoFormCommand.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 WebDoFormCommand extends BaseCommand implements Commandable { +class HtmlDoFormCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlHomeCommand.php b/inc/classes/main/commands/html/class_HtmlHomeCommand.php index 3eb7790f..bca92ae2 100644 --- a/inc/classes/main/commands/html/class_HtmlHomeCommand.php +++ b/inc/classes/main/commands/html/class_HtmlHomeCommand.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 WebHomeCommand extends BaseCommand implements Commandable { +class HtmlHomeCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php b/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php index 73af08bf..5ab4d807 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.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 WebLoginAreaCommand extends BaseCommand implements Commandable { +class HtmlLoginAreaCommand extends BaseCommand implements Commandable { /** * Name of the action */ diff --git a/inc/classes/main/commands/html/class_HtmlLoginCommand.php b/inc/classes/main/commands/html/class_HtmlLoginCommand.php index a594a8c7..c1d71c90 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginCommand.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 WebLoginCommand extends BaseCommand implements Commandable, Registerable { +class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php b/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php index 60ea219c..960ce7b0 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.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 WebLoginFailedCommand extends BaseCommand implements Commandable { +class HtmlLoginFailedCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlLogoutCommand.php b/inc/classes/main/commands/html/class_HtmlLogoutCommand.php index 99b9747f..4725d184 100644 --- a/inc/classes/main/commands/html/class_HtmlLogoutCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLogoutCommand.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 WebLogoutCommand extends BaseCommand implements Commandable { +class HtmlLogoutCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php b/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php index 269f19a8..ccac0789 100644 --- a/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.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 WebLogoutDoneCommand extends BaseCommand implements Commandable { +class HtmlLogoutDoneCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlProblemCommand.php b/inc/classes/main/commands/html/class_HtmlProblemCommand.php index 7adb9ce7..500789d9 100644 --- a/inc/classes/main/commands/html/class_HtmlProblemCommand.php +++ b/inc/classes/main/commands/html/class_HtmlProblemCommand.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 WebProblemCommand extends BaseCommand implements Commandable { +class HtmlProblemCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlRegisterCommand.php b/inc/classes/main/commands/html/class_HtmlRegisterCommand.php index de17bc33..c78dc805 100644 --- a/inc/classes/main/commands/html/class_HtmlRegisterCommand.php +++ b/inc/classes/main/commands/html/class_HtmlRegisterCommand.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 WebRegisterCommand extends BaseCommand implements Commandable, Registerable { +class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlResendLinkCommand.php b/inc/classes/main/commands/html/class_HtmlResendLinkCommand.php index 37dfe803..fedd4e79 100644 --- a/inc/classes/main/commands/html/class_HtmlResendLinkCommand.php +++ b/inc/classes/main/commands/html/class_HtmlResendLinkCommand.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 WebResendLinkCommand extends BaseCommand implements Commandable { +class HtmlResendLinkCommand extends BaseCommand implements Commandable { /** * Protected constructor * diff --git a/inc/classes/main/commands/html/class_HtmlStatusCommand.php b/inc/classes/main/commands/html/class_HtmlStatusCommand.php index 3946c822..2ded5a41 100644 --- a/inc/classes/main/commands/html/class_HtmlStatusCommand.php +++ b/inc/classes/main/commands/html/class_HtmlStatusCommand.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 WebStatusCommand extends BaseCommand implements Commandable { +class HtmlStatusCommand extends BaseCommand implements Commandable { /** * Protected constructor *