﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9640	wp_update_user() blindly calls add_magic_quotes(), even on objects	misterbisson		"If there's an object stored in usermeta, then the call to add_magic_quotes() will lead to an error in wpdb::escape():

{{{
Catchable fatal error: Object of class stdClass could not be converted to string in /web/ven/wp-includes/wp-db.php on line 472
}}}

http://core.trac.wordpress.org/browser/trunk/wp-includes/registration.php

See also #9638. The two problems are related, but probably need to be solved independently. "	defect (bug)	reopened	normal	Future Release	Users	2.8	normal		has-patch 2nd-opinion dev-feedback	simon@… sirzooro
