From e7839c1812ed44b621a85ced5c6b7d2dd8c45ab3 Mon Sep 17 00:00:00 2001 From: WEBER Antoine Date: Wed, 23 Sep 2015 23:27:42 +0200 Subject: [PATCH] debug show --- routes/show_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/show_list.js b/routes/show_list.js index ff65b40..5966915 100644 --- a/routes/show_list.js +++ b/routes/show_list.js @@ -32,7 +32,7 @@ router.get('/:id', function(req, res, next) { }; if(row.year != '' && row.year != null) - show[id].year = row.year; + shows[id].year = row.year; }, //aprés toute les opération de la base function(){