From 05a456eaf2b8601fff3cefa7788d247e523fe074 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 23 Mar 2015 16:09:31 +0100 Subject: [PATCH] Renamed some more 'web' -> 'html' (more will come). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/commands/web/class_WebConfirmCommand.php | 2 +- inc/config.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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'); -- 2.30.2