#18037725 RSS의 atom 피드에 대해 conf/module.xml에 atom action이 정의되어 있지 않아서 오동작하는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6442 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-29 07:57:59 +00:00
parent 83b406492e
commit dfb21918d3

View file

@ -5,6 +5,7 @@
<actions>
<action name="dispRssAdminIndex" type="view" index="true" standalone="true" admin_index="true" />
<action name="rss" type="view" standalone="true" />
<action name="atom" type="view" standalone="true" />
<action name="procRssAdminInsertConfig" type="controller" standalone="true" />
<action name="procRssAdminInsertModuleConfig" type="controller" standalone="true" />
</actions>