Index: branches/unlabeled/unlabeled-1.11.2/core/kernel/parser/construct_tags.php =================================================================== diff -u -r6098 -r6479 --- branches/unlabeled/unlabeled-1.11.2/core/kernel/parser/construct_tags.php (.../construct_tags.php) (revision 6098) +++ branches/unlabeled/unlabeled-1.11.2/core/kernel/parser/construct_tags.php (.../construct_tags.php) (revision 6479) @@ -39,7 +39,7 @@ function GetLogic() { - if ($this->SkipMode != parse) { + if ($this->Parser->SkipMode != parse) { $this->Logic = false; return; } @@ -84,6 +84,7 @@ function Process() { + print_pre($this, 'Processig '); switch ($this->Tag) { case 'if': case 'ifnot':