관리자 기능등을 지정할때 요청된 모듈의 정보를 제대로 연결시키지 못해 권한이 없다고 나오는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5818 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-10 01:05:05 +00:00
parent 9f939e9426
commit 8dfa3688e6
4 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,6 @@
<form action="{Context::getRequestUri()}" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="module" value="module" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="procModuleAdminUpdateSkinInfo" />
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
<input type="hidden" name="page" value="{$page}" />