raintpl3 icon indicating copy to clipboard operation
raintpl3 copied to clipboard

Cannot use isset() on the result of an expression (you can use "null !== expression" instead)

Open Neurozone opened this issue 5 years ago • 0 comments

Same problem like this one:

b464ec4

in: library/Rain/Tpl/Parser.php:387: $parsedCode .= " $value ){ $counter++; ?>";

Replace isset($newvar) with $newvar !== null

Neurozone avatar Jul 10 '19 11:07 Neurozone