From bf3dc36eb2de058cf1411f55c5461bb75f055b54 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 22 Sep 2018 00:42:09 -0400 Subject: [PATCH] Add data type specification --- inc/objects.php | 1 + 1 file changed, 1 insertion(+) 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' ) );