Index: trunk/core/kernel/application.php =================================================================== diff -u -r6653 -r6654 --- trunk/core/kernel/application.php (.../application.php) (revision 6653) +++ trunk/core/kernel/application.php (.../application.php) (revision 6654) @@ -279,15 +279,16 @@ $language =& $this->recallObject( 'lang.current', null, Array('live_table' => true) ); - $this->HandleEvent( new kEvent('visits:OnRegisterVisit') ); - $this->ValidateLogin(); if($this->isDebugMode()) { $this->Debugger->profileFinish('kernel4_startup'); } $this->InitDone = true; + + $this->HandleEvent( new kEvent('adm:OnStartup') ); + return true; }