fix class name error
This commit is contained in:
parent
77fc6f0b4c
commit
ac2e330a27
|
@ -385,7 +385,7 @@ class Admin_DownController extends Zend_Controller_Action
|
|||
"maxdata"=>$this->view->config->download->max,
|
||||
"datacount"=>1 //represent one offline application
|
||||
);
|
||||
$proftp=new Purerftp();
|
||||
$proftp=new Pureftp();
|
||||
$proftp->db=$this->db;
|
||||
if (!$proftp->createuser($user))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue