diff --git a/base/blocks.php b/base/blocks.php
index 981c683497bf0a69c0db0d147f87b22cd3e14f3d..b56631961f3d675281c81d2b7ee37c438f19cac6 100644
--- a/base/blocks.php
+++ b/base/blocks.php
@@ -108,6 +108,9 @@ function blocks_declarer_tables_objets_sql($tables) {
 
 	];
 
+	// jointure potentielle avec tous les objets
+	$tables[]['tables_jointures'][] = 'blocs_liens';
+
 	return $tables;
 }