diff --git a/view/list.php b/view/list.php
index 198050eb0f97c218a365fc501208e95445fdc77a..0810571026e4c1b73920a4436f95e523db5af3d6 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;