From 1d081795b86a0b71ce79dbff551e03e1abf2e95d Mon Sep 17 00:00:00 2001 From: leogermani Date: Tue, 22 Oct 2019 16:37:00 -0300 Subject: [PATCH] fix test importer after #311 --- src/importer/class-tainacan-test-importer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/importer/class-tainacan-test-importer.php b/src/importer/class-tainacan-test-importer.php index 01448a7e7..50e1e50e1 100644 --- a/src/importer/class-tainacan-test-importer.php +++ b/src/importer/class-tainacan-test-importer.php @@ -510,7 +510,7 @@ class Test_Importer extends Importer { 'options' => [ 'collection_id' => $col2->get_id(), 'repeated' => 'yes', - 'search' => [ $col2_core_title->get_id() ] + 'search' => $col2_core_title->get_id() ] ], $col1 );