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

dman’s picture

Status: Active » Fixed

Thanks a lot. I've committed this

Anonymous’s picture

Status: Fixed » Closed (fixed)