fix link error
This commit is contained in:
parent
4405484fac
commit
b90a8cd203
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue