php error: $reset_pass_url undefined
-
Hi!
I just installed the latest version of this plugin, and when someone tries to register, I got a php error saying in line 373 of sb_welcome_email_editor.php there’s an undefined variable named $reset_pass_url .
I took a look into the file and I noticed this variable is actually not defined anywhere. Right now I fixed it adding the line:$reset_pass_url=wp_lostpassword_url();
before line 373, but I don’t know if that’s the right way to approach it.
Any info about it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘php error: $reset_pass_url undefined’ is closed to new replies.