Index: trunk/core/kernel/application.php =================================================================== diff -u -r2112 -r2199 --- trunk/core/kernel/application.php (.../application.php) (revision 2112) +++ trunk/core/kernel/application.php (.../application.php) (revision 2199) @@ -366,9 +366,13 @@ } //eval("?".">".$this->HTML); + echo $this->HTML; $this->Phrases->UpdateCache(); + flush(); + $this->RunScheduledEvents(); + $session =& $this->recallObject('Session'); $session->SaveData(); //$this->SaveBlocksCache(); @@ -1320,6 +1324,11 @@ return 0; } + function RunScheduledEvents() + { + + } + } ?> \ No newline at end of file