Skip to content

Commit

Permalink
Force useRawRequestData param to be a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Mar 29, 2017
1 parent 5098055 commit 31732f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/library/Contao/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ public function __set($strKey, $varValue)
case 'trailingSlash':
case 'spaceToUnderscore':
case 'doNotTrim':
case 'useRawRequestData':
$this->arrConfiguration[$strKey] = $varValue ? true : false;
break;

Expand Down

0 comments on commit 31732f9

Please sign in to comment.