- bugfix modifiers on registered object tags

This commit is contained in:
Uwe.Tews
2009-11-14 10:40:08 +00:00
parent 2e70e88b0f
commit d482a8b137
2 changed files with 1125 additions and 1089 deletions

View File

@@ -42,7 +42,7 @@ class Smarty_Internal_SmartyTemplateCompiler extends Smarty_Internal_TemplateCom
// $parser->PrintTrace();
// get tokens from lexer and parse them
while ($lex->yylex() && !$this->abort_and_recompile) {
// echo "<br>Parsing {$parser->yyTokenName[$lex->token]} Token {$lex->value} Line {$lex->line} \n";
// echo "Line {$lex->line} Parsing {$parser->yyTokenName[$lex->token]} Token <pre>".htmlentities($lex->value)."</pre>";
$parser->doParse($lex->token, $lex->value);
}

File diff suppressed because it is too large Load Diff