제목 없이도 RSS를 비활성화 할 수 있도록 하는 수정 등

* RSS 모듈의 관리자 페이지 개선 ( 리라이트 모드가 아닐 때 RSS 피드 주소를 잘못 표시하던 문제 개선 )
* 제목이 없이도 RSS 미사용 할 수 있게 개선 ( RSS 통합 피드 비활성화 #1573 )
This commit is contained in:
MinSoo Kim 2015-07-21 14:05:29 +09:00
parent 6745497ad7
commit 9741e2dd24
4 changed files with 8 additions and 7 deletions

View file

@ -172,7 +172,7 @@ class rssView extends rss
$info->id = $proctcl.$_SERVER['HTTP_HOST'].$info->id;
}
$info->language = Context::getLangType();
$info->language = str_replace('jp','ja',Context::getLangType());
// Set the variables used in the RSS output
Context::set('info', $info);
Context::set('feed_config', $config);