diff --git a/view/list.php b/view/list.php index 1c2f3a223cb8fae3c7dea698c110c09cbceb7cf8..e1147919e6d35d83ae44707b53a1607eaec4a49b 100644 --- a/view/list.php +++ b/view/list.php @@ -5,8 +5,9 @@ </div> <?php $ok = true; - /*try {Â - $test = $list->getLabels(); + try {Â + $test="toto"; + //$test = $list->getLabels(); } catch (Exception $e) {Â echo $e->getMessage(); $ok = false;