修复数据提交错误

This commit is contained in:
wlx 2012-12-28 03:32:23 +00:00
parent 6077b068fb
commit e3ac7bd390
1 changed files with 1 additions and 1 deletions

View File

@ -2877,7 +2877,7 @@ class Admin_DataController extends Zend_Controller_Action
$this->_helper->viewRenderer('newdata-add-bydata');
}
//元数据格式检查
else if ($ac="validate")
else if ($ac=="validate")
{
$this->_helper->layout->disableLayout();
$this->_helper->viewRenderer->setNoRender();