BUG : Share note fails

This commit is contained in:
sparkyx 2026-01-05 16:34:24 +01:00
parent aede3ad26a
commit 2edebbe335

View file

@ -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);
}