Skip to content

Commit

Permalink
Update InputVar.php
Browse files Browse the repository at this point in the history
falsche korrektur
  • Loading branch information
pbd-kn committed Jul 7, 2023
1 parent 48f8f7b commit cc34ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resources/contao/Modules/InputVar.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ public function replaceInputVars($strTag)
default:
return false;
}
if ('' === $arrTag[2]) {}
else {
if (isset($arrTag[2])) {
switch ($arrTag[2]) {
case 'mysql_real_escape_string':
case 'addslashes':
Expand Down

0 comments on commit cc34ce2

Please sign in to comment.