Closed (fixed)
Project:
Import HTML
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2007 at 21:46 UTC
Updated:
15 May 2007 at 08:55 UTC
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