From 7cce5d3274a22eb8ec89409d1c9380e820b1fa49 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Jan 2016 10:08:14 -0500 Subject: [PATCH] fixing syntax error --- views/list_products.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/list_products.php b/views/list_products.php index 56ac012..bec4dd8 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -1,5 +1,5 @@ - $cat_id = $_REQUEST[MICHSCI_CATEGORY_NAME]; + name; ?> -- 2.17.1