From 9fc3b200d98b82f6f484f9c63765b93f1b58a0e0 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Thu, 19 Jun 2014 01:42:36 +0200 Subject: [PATCH] test --- view/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/list.php b/view/list.php index 198050e..0810571 100644 --- a/view/list.php +++ b/view/list.php @@ -6,7 +6,7 @@ <?php $ok = true; try {Â - $list->getLabels(); + $test = $list->getLabels(); } catch (Exception $e) {Â echo $e->getMessage(); $ok = false; -- GitLab