On the Import HTML Site page, the subsection is ignored.
I found the problem and fixed it. Just a typo on line 1030. Here's the diff:
diff -r1.1 import_html.module
1030c1030
< $current_subsection = ensure_trailing_slash($_POST['impkrt_html_current_subsection']);
---
> $current_subsection = ensure_trailing_slash($_POST['import_html_current_subsection']);
Comments
Comment #1
dman commentedThanks a lot. I've committed this
Comment #2
(not verified) commented