mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
act만 지정되었을 때에도 짧은 주소로 반환하도록 개선
- `rss` 및 `atom` act에 대응
This commit is contained in:
parent
834a3a7ce4
commit
eb2fe8c76b
1 changed files with 1 additions and 0 deletions
|
|
@ -1658,6 +1658,7 @@ class Context
|
|||
'document_srl.mid' => "$mid/$srl",
|
||||
'document_srl.vid' => "$vid/$srl",
|
||||
'document_srl.mid.vid' => "$vid/$mid/$srl",
|
||||
'act' => ($is_feed && $act !== 'api') ? $act : '',
|
||||
'act.mid' => $is_feed ? "$mid/$act" : '',
|
||||
'act.mid.vid' => $is_feed ? "$vid/$mid/$act" : '',
|
||||
'act.document_srl.key' => ($act == 'trackback') ? "$srl/$key/$act" : '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue