Missing config entry for page=home added
authorRoland Häder <roland@mxchange.org>
Sun, 30 Aug 2009 02:15:46 +0000 (02:15 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 30 Aug 2009 02:15:46 +0000 (02:15 +0000)
application/admin/config.php

index d6b79e24d55509f543caa290dfd662821fc6259e..ce4abecd7c8c0cb2857b138457c0fcf5995ac25a 100644 (file)
@@ -247,5 +247,8 @@ $cfg->setConfigEntry('web_form_helper', 'WebFormHelper');
 // CFG: WEB-LINK-HELPER
 $cfg->setConfigEntry('web_link_helper', 'WebLinkHelper');
 
+// CFG: WEB-CMD-HOME-RESOLVER-CLASS
+$cfg->setConfigEntry('web_cmd_home_resolver_class', 'WebCommandResolver');
+
 // [EOF]
 ?>