add db parameter in online download
This commit is contained in:
parent
6f2b7b2343
commit
7c8bec7098
|
@ -1196,7 +1196,8 @@ class DataController extends Zend_Controller_Action
|
|||
{
|
||||
//添加FTP1帐号信息以及时间控制信息,只更新一次
|
||||
$updateftp1=true;
|
||||
$proftp=new Proftp();
|
||||
$proftp=new Proftp();
|
||||
$proftp->db=$this->db;
|
||||
//proftp离线用户名和g6的用户名稍有不同
|
||||
$this->view->username='westdc_'.Zend_Auth::getInstance()->getIdentity()->id;
|
||||
$uu=(object)array("id"=>$userid,
|
||||
|
|
Loading…
Reference in New Issue