humanmade / WordPress-Importer

In-development rewrite of the WordPress (WXR) Importer
Other
358 stars 63 forks source link

Fix creating users instead of mapping. #87

Closed joehoyle closed 7 years ago

joehoyle commented 8 years ago

Currently the code is doing an isset on the $_POST to check if the user was mapped, however this value is always isset because the HTML form field is always present, it's just set to "0" ("- Select -").

JJJ commented 7 years ago

This looks good to me.