fix class name error

This commit is contained in:
wlx 2012-06-21 05:50:35 +00:00
parent 77fc6f0b4c
commit ac2e330a27
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{