Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/client-side-control-challenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct (){

//initialize encoder
require_once __SITE_ROOT__.'/classes/EncodingHandler.php';
$Encoder = new EncodingHandler();
$this->Encoder = new EncodingHandler();

} catch(Exception $e){
echo $CustomErrorHandler->FormatError($e, "ClientFields.__construct()");
Expand Down Expand Up @@ -517,4 +517,4 @@ function onSubmitOfForm(/*HTMLFormElement*/ theForm){
if (lSubmitOccured){
document.getElementById("id-client-side-control-challenge-output-div").style.display="";
}// end if lSubmitOccured
</script>
</script>