[bbDev] Suggestion and bug report
Albert Lash
albert.lash at gmail.com
Fri Apr 13 15:45:35 GMT 2007
Hi:
Suggestion:
* Config option for displaying user_url on registration form and inserting
into db.
Bug:
--- bb-admin/themes.php (revision 805)
+++ bb-admin/themes.php (working copy)
@@ -7,7 +7,7 @@
exit;
}
bb_check_admin_referer( 'switch-theme' );
- $activetheme = stripslashes($_GET['theme']);
+ $activetheme = stripslashes(urldecode($_GET['theme']));
bb_update_option( 'bb_active_theme', $activetheme );
wp_redirect( bb_get_option( 'uri' ) .
'bb-admin/themes.php?activated' );
exit;
Thanks,
Al
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/bbdev/attachments/20070413/82e388b0/attachment.htm
More information about the bbDev
mailing list