mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
제목 없이도 RSS를 비활성화 할 수 있도록 하는 수정 등
* RSS 모듈의 관리자 페이지 개선 ( 리라이트 모드가 아닐 때 RSS 피드 주소를 잘못 표시하던 문제 개선 ) * 제목이 없이도 RSS 미사용 할 수 있게 개선 ( RSS 통합 피드 비활성화 #1573 )
This commit is contained in:
parent
6745497ad7
commit
9741e2dd24
4 changed files with 8 additions and 7 deletions
|
|
@ -55,6 +55,7 @@ class rssAdminView extends rss
|
|||
}
|
||||
}
|
||||
if(!$total_config->feed_document_count) $total_config->feed_document_count = 15;
|
||||
$total_config->url = $oRssModel->getModuleFeedUrl(NULL, '', 'rss');
|
||||
|
||||
Context::set('feed_config', $feed_config);
|
||||
Context::set('total_config', $total_config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue