File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
styles/prosilver/template Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,8 +474,8 @@ public function check_answer()
474474 // Well how did the user sorted it
475475 $ options_left = $ this ->request ->variable ('sortables_options_left ' , array (0 ));
476476 $ options_right = $ this ->request ->variable ('sortables_options_right ' , array (0 ));
477- $ honeypot = $ this ->request ->variable ('password ' , [] );
478- if ($ honeypot != [] )
477+ $ honeypot = $ this ->request ->variable ('password2 ' , '' );
478+ if ($ honeypot )
479479 {
480480 return false ;
481481 }
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ <h3>{L_CONFIRMATION}</h3>
7272 < div id ="sortables_options_right "> </ div >
7373 </ dd >
7474 </ dl >
75- < input type ="text " name ="password " style ="display:none !important " tabindex ="-1 " autocomplete ="new-password ">
75+ < input type ="text " name ="password2 " style ="display:none !important " tabindex ="-1 " autocomplete ="new-password ">
7676
7777<!-- IF S_TYPE == 1 -->
7878 </ fieldset >
You can’t perform that action at this time.
0 commit comments