raintpl3
raintpl3 copied to clipboard
Cannot use isset() on the result of an expression (you can use "null !== expression" instead)
Same problem like this one:
b464ec4
in: library/Rain/Tpl/Parser.php:387: $parsedCode .= " $value ){ $counter++; ?>";
Replace isset($newvar) with $newvar !== null