mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
위지윅에디터의 rewrite mod에 따른 첨부이미지/파일등의 경로가 바뀌는 오류를 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6107 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
13ad615f77
commit
5bf4b345a9
6 changed files with 58 additions and 34 deletions
|
|
@ -816,6 +816,8 @@
|
|||
$get_vars[$key] = $val;
|
||||
}
|
||||
unset($get_vars['vid']);
|
||||
unset($get_vars['rnd']);
|
||||
if(isset($get_vars['page'])&&$get_vars['page']<2) unset($get_vars['page']);
|
||||
|
||||
/* member module중의 쪽지함/친구 관리 기능이 communication 모듈로 이전하여 하위 호환성을 위한 act값 변경 */
|
||||
if($get_vars['act'] == 'dispMemberFriend') $get_vars['act'] = 'dispCommunicationFriend';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue