Small typo in register.php

localhost

New Member
YetiShare User
Jul 7, 2012
47
0
0
www.droidbin.com
I found a small typo in the registering email message.

Open the file:
register.php (
On line 81 you will see:

old:
$plainMsg .= "Your account on " . SITE_CONFIG_SITE_NAME . " has be created. Use the details below to login to your new account:\n\n";

new:
$plainMsg .= "Your account on " . SITE_CONFIG_SITE_NAME . " has been created. Use the details below to login to your new account:\n\n";

TIP: ALWAYS MAKE A BACKUP 1st!
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Thanks, I've corrected the local dev version so it'll be fixed in the next release.