comment the wrong use.
This commit is contained in:
parent
e929af9d4a
commit
039f59afd8
|
@ -4106,7 +4106,7 @@ class AuthorController extends Zend_Controller_Action
|
||||||
//导出元数据到英文版本
|
//导出元数据到英文版本
|
||||||
public function gnenexportAction()
|
public function gnenexportAction()
|
||||||
{
|
{
|
||||||
use Helpers\View as view;
|
//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