Renamed some more 'web' -> 'html' (more will come).
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 15:09:31 +0000 (16:09 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 15:09:31 +0000 (16:09 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/commands/web/class_WebConfirmCommand.php
inc/config.php

index f64624d846ad11d194fbf36fd247ef28150c3ff9..6c763e1a31ecf6e5fb5f0607aa135a67ebabf1ae 100644 (file)
@@ -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
index a58e44e10110cce9c48addd8fa4c90afc8a0b80d..5844dfaa6077ae5ffc351660a18b5cd91ad2f1ea 100644 (file)
@@ -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');