]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Continued (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Fri, 29 Jul 2016 15:52:21 +0000 (17:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 21:13:38 +0000 (23:13 +0200)
- fixed feature config entry is_feature_foo_enabled is the pattern

web/WEB-INF/web.xml

index e9fee727aded58206c2bf6ed8b7dc9f4f0bfd226..8fe1ee2c9fcd72a9653b715780a353f7f5455673 100644 (file)
@@ -4,7 +4,7 @@
     <display-name>Addressbook Application v1.0</display-name>
     <context-param>
         <description>Whether the multi-page registration page or a single registration page is active</description>
-        <param-name>is_feature_user_register_multiple_page</param-name>
+        <param-name>is_feature_user_register_multiple_page_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
     <context-param>