1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Download search URL fix

This commit is contained in:
SecretR
2014-11-03 15:41:21 +02:00
parent f23df10fde
commit 47b4338ac9

View File

@@ -913,7 +913,7 @@ class download_shortcodes extends e_shortcode
$text .= '<div><div class="input-group">';
$text .= "<input class='tbox form-control search-query' type='text' name='q' size='30' value='' placeholder=\"".LAN_dl_41."\" maxlength='50' />
<input type='hidden' name='r' value='0' />
<input type='hidden' name='t' value='downloads' />
<input type='hidden' name='t' value='download' />
";
$text .= '