]> git.mxchange.org Git - pizzaservice-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 19:35:16 +0000 (21:35 +0200)
- fixed feature config entry is_feature_foo_enabled is the pattern

web/WEB-INF/web.xml

index f0c362adb91cda5a42d6f6e716797c4ffc6d244f..65f0d30093f586e9fe90a139d698fe9da2056c89 100644 (file)
@@ -4,7 +4,7 @@
     <display-name>JLandingPage 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>