修复不能导入到英文版的问题

This commit is contained in:
wlx 2015-06-12 16:48:34 +08:00
parent 9d4d0b15c8
commit 0740e8f4b9
1 changed files with 1 additions and 0 deletions

View File

@ -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())