Activation email missing data
-
I just noticed this happening on my 2 sites. Prod is on bp 1.1.3 and Dev is trunk 2161.
The new user activation email subject line generated in bp-core-activation.php from line 118
-> $subject = ‘[‘ . $from_name . ‘] ‘ . sprintf(__(‘Activate %s’, ‘buddypress’ ), clean_url(‘http://’ . $domain . $path));
returns this:
Subject: [Bugle Notes] Activate http://
looks like %s and $domain & $path are passed in empty, if at all
screenshot of email -> http://img.skitch.com/20091209-ppyr448duhqg4q4bjgegsxrpg6.jpg
Hard to debug. Thoughts?
Mike
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Activation email missing data’ is closed to new replies.