mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
r6646 되돌림;
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77de9da460
commit
7bc7876172
1 changed files with 0 additions and 4 deletions
|
|
@ -60,10 +60,6 @@
|
|||
$request_uri = Context::getRequestUri();
|
||||
Context::set('general_rss_url', $request_uri.'rss');
|
||||
Context::set('general_atom_url', $request_uri.'atom');
|
||||
} elseif(Context::get('vid') && Context::get('vid') != Context::get('mid')) {
|
||||
$request_uri = Context::getRequestUri();
|
||||
Context::set('general_rss_url', $request_uri.Context::get('vid').'/rss');
|
||||
Context::set('general_atom_url', $request_uri.Context::get('vid').'/atom');
|
||||
} else {
|
||||
Context::set('general_rss_url', getUrl('','module','rss','act','rss'));
|
||||
Context::set('general_atom_url', getUrl('','module','rss','act','atom'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue