Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r15710 -r15727 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 15710) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 15727) @@ -1,6 +1,6 @@ InitParser(); - $this->HTML = $this->ParseBlock(Array ('name' => $this->GetVar('t'))); + $this->HTML = $this->Parser->Run($this->GetVar('t')); } /**