From 6599973b01a7dd30eb39e24cef0eb7d6e4d174c8 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 26 Oct 2020 19:38:51 +0000 Subject: [PATCH] also update test --- ext/relationships/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/relationships/test.php b/ext/relationships/test.php index 6f083a42..8899651d 100644 --- a/ext/relationships/test.php +++ b/ext/relationships/test.php @@ -99,7 +99,7 @@ class RelationshipsTest extends ShimmiePHPUnitTestCase global $database; $database->execute( "UPDATE images SET parent_id=NULL, has_children=:false", - ["false"=>$database->scoresql_value_prepare(false)] + ["false"=>false] ); // FIXME: send_event(new ImageRelationshipSetEvent($image_2->id, null));