switch geonetwork to english

This commit is contained in:
wlx 2014-05-10 04:51:25 +00:00
parent 975a5db9d7
commit f166c3e3ef
1 changed files with 1 additions and 1 deletions

View File

@ -1557,7 +1557,7 @@ class ServiceController extends Zend_Controller_Action
//$this->_helper->viewRenderer->setNoRender();
//$this->_helper->layout->disableLayout();
$auth = Zend_Auth::getInstance();
$url = $this->config->geonetwork->url.'/srv/cn/'.urldecode($this->_request->getParam('url'));
$url = $this->config->geonetwork->url.'/srv/en/'.urldecode($this->_request->getParam('url'));
if (!$auth->hasIdentity())
{
//$this->_redirect('/account/login?href=/service/geonetwork?url='.$url);