From 65d82e15f1ea97c8620b7931f90a51ffe31e69f6 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 5 Jan 2026 16:34:24 +0100 Subject: [PATCH] BUG : Share note fails --- include/class/noalyss_user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/noalyss_user.class.php b/include/class/noalyss_user.class.php index 43b37a283..b27357aba 100644 --- a/include/class/noalyss_user.class.php +++ b/include/class/noalyss_user.class.php @@ -1216,7 +1216,7 @@ class Noalyss_User $repo_cnx=$db_repository; } $array=$repo_cnx->get_array($sql, array($p_dossier)); - if ($repo->size()==0) + if ($repo_cnx->size()==0) { throw new \Exception('noalyss_user.get_list error inaccessible folders',1186); }