Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r16245 -r16270 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16245) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16270) @@ -1,6 +1,6 @@ InitParser(); + + $this->Parser->Clear(); $this->HTML = $this->Parser->Run($this->GetVar('t')); }