[Spam] [bbDev] Suggestion and bug report
Michael D Adams
mikea at turbonet.com
Fri Apr 20 02:58:11 GMT 2007
On Apr 13, 2007, at 8:45 AM, Albert Lash wrote:
> Suggestion:
> * Config option for displaying user_url on registration form and
> inserting into db.
We already do this. Can you be more specific?
> Bug:
> - $activetheme = stripslashes($_GET['theme']);
> + $activetheme = stripslashes(urldecode($_GET['theme']));
That bug was more evil than you thought; it was messing up a lot of
things. It should be fixed by:
http://trac.bbpress.org/changeset/808
Thanks very much!
Michael
More information about the bbDev
mailing list