fix link error

This commit is contained in:
wlx 2012-11-17 10:36:53 +00:00
parent 4405484fac
commit b90a8cd203
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ class DataController extends Zend_Controller_Action
$path=$p['path'];
if (empty($path) || $path=='/') //汇交数据
{
$path='upload/'.$uuid.'/';
$path='/upload/'.$uuid.'/';
}
$uu=(object)array("id"=>$userid,
"username"=>$this->view->username,