Skip to content

Commit

Permalink
Update InputVar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pbd-kn committed Mar 9, 2023
1 parent befe7c2 commit bfe221a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/Modules/InputVar.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function replaceInputVars($strTag)
$this->import('Contao\Input');
$this->Input->setGet($arrTag[1],$arrTag[2]);
$varValue = "Tag1 ".$arrTag[1]." tag2 ".$arrTag[2];
$varValue = "";
$arrTag[2]=""; // damit nicht aus versehen mit opt ausgewertet
break;

Expand Down

0 comments on commit bfe221a

Please sign in to comment.