From: Roland Haeder <roland@mxchange.org>
Date: Mon, 23 Mar 2015 15:09:31 +0000 (+0100)
Subject: Renamed some more 'web' -> 'html' (more will come).
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=05a456eaf2b8601fff3cefa7788d247e523fe074;p=core.git

Renamed some more 'web' -> 'html' (more will come).

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/inc/classes/main/commands/web/class_WebConfirmCommand.php b/inc/classes/main/commands/web/class_WebConfirmCommand.php
index f64624d8..6c763e1a 100644
--- a/inc/classes/main/commands/web/class_WebConfirmCommand.php
+++ b/inc/classes/main/commands/web/class_WebConfirmCommand.php
@@ -103,7 +103,7 @@ class WebConfirmCommand extends BaseCommand implements Commandable {
 			$userInstance = Registry::getRegistry()->getInstance('user');
 		} catch (NullPointerException $e) {
 			// Not found user, e.g. when the user is somehow invalid
-			$responseInstance->redirectToConfiguredUrl('web_cmd_user_is_null');
+			$responseInstance->redirectToConfiguredUrl('html_cmd_user_is_null');
 		}
 
 		// Set username
diff --git a/inc/config.php b/inc/config.php
index a58e44e1..5844dfaa 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -239,11 +239,11 @@ $cfg->setConfigEntry('user_db_wrapper_class', 'UserDatabaseWrapper');
 // CFG: NEWS-DB-WRAPPER-CLASS
 $cfg->setConfigEntry('news_db_wrapper_class', 'NewsDatabaseWrapper');
 
-// CFG: WEB-CMD-RESOLVER-CLASS
-$cfg->setConfigEntry('web_cmd_resolver_class', 'WebCommandResolver');
+// CFG: HTML-CMD-RESOLVER-CLASS
+$cfg->setConfigEntry('html_cmd_resolver_class', 'WebCommandResolver');
 
-// CFG: WEB-CMD-LOGIN-RESOLVER-CLASS
-$cfg->setConfigEntry('web_cmd_login_resolver_class', 'WebCommandResolver');
+// CFG: HTML-CMD-LOGIN-RESOLVER-CLASS
+$cfg->setConfigEntry('html_cmd_login_resolver_class', 'WebCommandResolver');
 
 // CFG: IMAGE-CMD-RESOLVER-CLASS
 $cfg->setConfigEntry('image_cmd_resolver_class', 'ImageCommandResolver');