$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
// 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');