mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
관리자 기능등을 지정할때 요청된 모듈의 정보를 제대로 연결시키지 못해 권한이 없다고 나오는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5818 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f939e9426
commit
8dfa3688e6
4 changed files with 7 additions and 5 deletions
|
|
@ -4,6 +4,7 @@
|
|||
</form>
|
||||
<parameter>
|
||||
<param name="module_srl" target="module_srl" />
|
||||
<param name="mid" target="mid" />
|
||||
<param name="content" target="content" />
|
||||
</parameter>
|
||||
<response callback_func="completeInsertPageContent">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<div class="clear"></div>
|
||||
<div class="adminLayer">
|
||||
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitPageContent(this);">
|
||||
<input type="hidden" name="mid" value="" />
|
||||
<input type="hidden" name="mid" value="{$module_info->mid}" />
|
||||
<input type="hidden" name="module" value="page" />
|
||||
<input type="hidden" name="act" value="dispPageAdminContentModify" />
|
||||
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue