1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

more mod rewrite support

This commit is contained in:
secretr
2011-06-27 09:47:45 +00:00
parent 19e558ad36
commit 0293a0968f

View File

@@ -43,7 +43,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
function sc_formstart()
{
return "<form enctype='multipart/form-data' method='post' action='".e_SELF.'?'.e_QUERY."' id='dataform'>";
return "<form enctype='multipart/form-data' method='post' action='".e_REQUEST_URL."' id='dataform'>";
}
function sc_formend()