diff --git a/inc/objects.php b/inc/objects.php index 61185fb..f9d5e4c 100644 --- a/inc/objects.php +++ b/inc/objects.php @@ -195,6 +195,7 @@ function delete_object( $object ) { 'type' => $tombstone['type'], 'object' => wp_json_encode( $tombstone ), ), + array( '%s', '%s', '%s' ) ); if ( !$res ) { return new \WP_Error( 'db_error', __( 'Error deleting object', 'pterotype' ) );