@@ -342,6 +342,7 @@ function compile_template($data, $template_name, $theme, $lang, $tolerate_errors
case'"BLOCK"':
case'"LOAD_PAGE"':
case'"LOAD_PANEL"':
case'"INSERT_SPAMMER_BLACKHOLE"':
foreach($stackas$level_test){// Make sure if it's a LOOP then we evaluate the parameters early, as these have extra bindings we don't know about
if(($level_test[3]===PARSE_DIRECTIVE)&&(isset($level_test[5][1]))&&(isset($level_test[5][1][0]))&&($level_test[5][1][0]==='"LOOP"')){// For a loop, we need to do full evaluation of symbol parameters as it may be bound to a loop variable