comment the wrong use.

This commit is contained in:
wlx 2015-06-15 09:06:44 +08:00
parent e929af9d4a
commit 039f59afd8
1 changed files with 1 additions and 1 deletions

View File

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