Fix db name reference
This commit is contained in:
parent
a7e7bce360
commit
3fb017f7dc
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user