mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1491 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
efa943ac26
commit
6221f0a444
14 changed files with 68 additions and 46 deletions
|
|
@ -19,7 +19,7 @@
|
|||
/**
|
||||
* @brief RSS 출력
|
||||
**/
|
||||
function dispRss() {
|
||||
function rss() {
|
||||
// RSS를 출력하고자 하는 mid를 구함 (없으면 오류)
|
||||
$mid = Context::get('mid');
|
||||
if(!$mid) return $this->dispError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue