From 738b06fb98ac8dd11a058b4c320668a96b85374a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 25 Aug 2009 22:39:09 +0000 Subject: [PATCH] Missing config entry for logout resolver class added --- application/ship-simu/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index b3197bc..a21babd 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -481,6 +481,9 @@ $cfg->setConfigEntry('web_cmd_confirm_resolver_class', 'WebCommandResolver'); // CFG: WEB-CMD-PROBLEM-RESOLVER-CLASS $cfg->setConfigEntry('web_cmd_problem_resolver_class', 'WebCommandResolver'); +// CFG: WEB-CMD-LOGOUT-RESOLVER-CLASS +$cfg->setConfigEntry('web_cmd_logout_resolver_class', 'WebCommandResolver'); + // CFG: REFILL-REQUEST-CURRENCY-PAYMENT-TYPE $cfg->setConfigEntry('refill_request_currency_payment_type', 'test'); -- 2.39.5