From a5c856aeba3c8e775a8777cb495b517f11a17798 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Thu, 19 Jun 2014 01:44:45 +0200 Subject: [PATCH] test --- view/list.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/view/list.php b/view/list.php index 1c2f3a2..e114791 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; -- GitLab