From b90a8cd203a2af404ff575ba692415ecf50456d3 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 17 Nov 2012 10:36:53 +0000 Subject: [PATCH] fix link error --- application/default/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/DataController.php b/application/default/controllers/DataController.php index 85769217..02f71b85 100755 --- a/application/default/controllers/DataController.php +++ b/application/default/controllers/DataController.php @@ -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,