修复数据提交错误
This commit is contained in:
parent
6077b068fb
commit
e3ac7bd390
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue