* [task#147913,doing,2.5h] Transfer buried points to Misc module, SN cache uses cookies.
This commit is contained in:
@@ -582,7 +582,7 @@ class admin extends control
|
||||
$eventData = new stdClass();
|
||||
$eventData->fingerprint = $data->fingerprint;
|
||||
$eventData->location = 'join-community';
|
||||
$this->admin->sendInstallEvent($eventData);
|
||||
$this->loadModel('misc')->sendInstallEvent($eventData);
|
||||
|
||||
$callBack = $this->loadModel('user')->isLogon() ? 'loadToRegister()' : 'loadToIndex()';
|
||||
|
||||
@@ -724,17 +724,4 @@ class admin extends control
|
||||
$this->view->company = $company->name;
|
||||
$this->display();
|
||||
}
|
||||
|
||||
/**
|
||||
* 安装过程的事件埋点。
|
||||
* Event burial points during installation process.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function installEvent()
|
||||
{
|
||||
$data = form::data($this->config->admin->form->installEvent)->get();
|
||||
$this->admin->sendInstallEvent($data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user