修复不能导入到英文版的问题
This commit is contained in:
parent
9d4d0b15c8
commit
0740e8f4b9
|
@ -4106,6 +4106,7 @@ class AuthorController extends Zend_Controller_Action
|
||||||
//导出元数据到英文版本
|
//导出元数据到英文版本
|
||||||
public function gnenexportAction()
|
public function gnenexportAction()
|
||||||
{
|
{
|
||||||
|
use Helpers\View as view;
|
||||||
$uuid = $this->_getParam('uuid');
|
$uuid = $this->_getParam('uuid');
|
||||||
$auth = Zend_Auth::getInstance();
|
$auth = Zend_Auth::getInstance();
|
||||||
if($auth->hasIdentity())
|
if($auth->hasIdentity())
|
||||||
|
|
Loading…
Reference in New Issue