Skip to content
Snippets Groups Projects
Commit 9319463d authored by NF17 Etudiant's avatar NF17 Etudiant
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 795d6bbf ead26eee
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<?php
$ok = true;
try {
$list->getLabels();
$test = $list->getLabels();
} catch (Exception $e) {
echo $e->getMessage();
$ok = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment