Fixing csv upload form
The 2nd argument of make_form is the method. Also, I don't see any point in defining the $multipart variable. Just true as argument is enough. C&P mistake?!
This commit is contained in:
parent
47c1b5d094
commit
db64370815
@ -57,7 +57,7 @@ class AliasEditorTheme extends Themelet {
|
|||||||
";
|
";
|
||||||
|
|
||||||
$bulk_html = "
|
$bulk_html = "
|
||||||
".make_form(make_link("alias/import"), $multipart=True)."
|
".make_form(make_link("alias/import"), 'post', true)."
|
||||||
<input type='file' name='alias_file'>
|
<input type='file' name='alias_file'>
|
||||||
<input type='submit' value='Upload List'>
|
<input type='submit' value='Upload List'>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user