Redirect to GET if integration search is called with POST

This commit is contained in:
Kijin Sung 2017-09-11 19:57:51 +09:00
parent d17eaf63a0
commit c91feddbf0
4 changed files with 13 additions and 3 deletions

View file

@ -18,7 +18,7 @@
<img widget="login_info" skin="default" />
<!-- /ACCOUNT -->
<!-- SEARCH -->
<form action="{getUrl()}" method="get" class="search">
<form action="{getUrl()}" method="get" class="search" no-error-return-url="true">
<input type="hidden" name="vid" value="{$vid}" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />