From 013b2cdb328d85ae7263b49a8f23b31b783e0adc Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 25 Sep 2013 09:48:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=BE=E5=AD=97=E7=89=88pd?= =?UTF-8?q?f=E6=96=87=E4=BB=B6=E8=AF=BB=E5=8F=96=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controllers/DownController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controllers/DownController.php b/application/admin/controllers/DownController.php index f7da1a80..36684050 100644 --- a/application/admin/controllers/DownController.php +++ b/application/admin/controllers/DownController.php @@ -230,7 +230,7 @@ class Admin_DownController extends Zend_Controller_Action $sql="select applicationform as pdflink from offlineapp where id=?"; $row=$this->db->fetchRow($sql,array($start)); - $filecontent=file_get_contents($this->view->config->offline->savepath."/".$row['pdflink']); + $filecontent=file_get_contents($row['pdflink']); //对每条数据的管理员用户发送相应的邮件通知,同一用户的邮件需要合并 //需要取出对应数据的标题、uuid,以及对应的作者的email(一条数据可能有多个作者,一次申请可能有多条数据对应同一个作者)