修改了下载附件时附件目录的读取
This commit is contained in:
parent
d7f227faf8
commit
bc77a761df
|
@ -1247,7 +1247,7 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
|
|
||||||
$file = new files();
|
$file = new files();
|
||||||
|
|
||||||
$fullPath = Zend_Registry::get('upload').$row['filename'];
|
$fullPath = $this->view->config->upload.$row['filename'];
|
||||||
|
|
||||||
|
|
||||||
// Parse Info / Get Extension
|
// Parse Info / Get Extension
|
||||||
|
|
Loading…
Reference in New Issue