Fix db name reference

This commit is contained in:
Jeremy Dormitzer 2018-09-22 09:24:03 -04:00
parent a7e7bce360
commit 3fb017f7dc

View File

@ -119,7 +119,7 @@ function update_object( $object ) {
}
$object_json = wp_json_encode( $object );
$res = $wpdb->update(
'activitypub_object',
'pterotype_objects',
array( 'object' => $object_json ),
array( 'id' => $id ),
'%s', '%d' );