Removed unused line
authorAlexander Ebert <ebert@woltlab.com>
Fri, 7 Dec 2012 19:41:59 +0000 (20:41 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 7 Dec 2012 19:41:59 +0000 (20:41 +0100)
Closes #959

wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php

index 589e6a109fb0068548a460cf0ae8fd7460dff996..df84c98de47d5e582024610869c3322b8c677658 100644 (file)
@@ -496,7 +496,6 @@ class TemplateScriptingCompiler {
                        $this->popTag($tagCommand);
                        $phpCode = "<?php echo \$this->pluginObjects['".$className."']->execute(\$this->tagStack[count(\$this->tagStack) - 1][1], ob_get_clean(), \$this); }\n";
                        $phpCode .= "array_pop(\$this->tagStack);\n";
-                       $phpCode .= "unset(\$blockContent); ?>";
                }
                
                return $phpCode;