git-svn-id: http://xe-core.googlecode.com/svn/trunk@1491 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-29 04:14:06 +00:00
parent efa943ac26
commit 6221f0a444
14 changed files with 68 additions and 46 deletions

View file

@ -19,7 +19,7 @@
/**
* @brief RSS 출력
**/
function dispRss() {
function rss() {
// RSS를 출력하고자 하는 mid를 구함 (없으면 오류)
$mid = Context::get('mid');
if(!$mid) return $this->dispError();