SQL T_T
This commit is contained in:
parent
fb5bce69f8
commit
f90c8cee3c
@ -82,7 +82,7 @@ class RelationshipsTest extends ShimmiePHPUnitTestCase
|
|||||||
[$image_1, $image_2, $image_3] = $imgs;
|
[$image_1, $image_2, $image_3] = $imgs;
|
||||||
|
|
||||||
global $database;
|
global $database;
|
||||||
$database->execute("UPDATE images SET parent_id=NULL, has_children=FALSE");
|
$database->execute("UPDATE images SET parent_id=NULL, has_children=:false", ["false"=>false]);
|
||||||
// FIXME: send_event(new ImageRelationshipSetEvent($image_2->id, null));
|
// FIXME: send_event(new ImageRelationshipSetEvent($image_2->id, null));
|
||||||
|
|
||||||
// refresh data from database
|
// refresh data from database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user