Index: trunk/core/kernel/application.php =================================================================== diff -u -r4645 -r4653 --- trunk/core/kernel/application.php (.../application.php) (revision 4645) +++ trunk/core/kernel/application.php (.../application.php) (revision 4653) @@ -537,6 +537,9 @@ $this->Debugger->appendMemoryUsage('Application before Run:'); } + $this->LinkVar('module'); + $this->LinkVar('section'); + if (!$this->RequestProcessed) $this->ProcessRequest(); $this->InitParser();