From 72c353f435e0fd42fec07afb31adfb27bec346db Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 21 Mar 2014 15:37:14 +0000 Subject: [PATCH] set debug off --- application/admin/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controllers/DataController.php b/application/admin/controllers/DataController.php index 0a86b025..cf25d676 100755 --- a/application/admin/controllers/DataController.php +++ b/application/admin/controllers/DataController.php @@ -14,7 +14,7 @@ class Admin_DataController extends Zend_Controller_Action $this->view->config = Zend_Registry::get('config'); $this->messenger=$this->_helper->getHelper('FlashMessenger'); $this->view->messages = $this->messenger->getMessages(); - $this->debug = 1; //1:debug, 0:release + $this->debug = 0; //1:debug, 0:release $this->debug_email='wangliangxu@lzb.ac.cn'; $this->view->theme = new Theme(); $this->_helper->layout->setLayout('administry');