From eba5832d3ad9fdb7101e844b327eb3081c906978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sat, 21 Nov 2015 10:58:58 +0100 Subject: [PATCH] FIX #4049 PHP warning when trying to access a non-existing product/service --- htdocs/product/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index b5dca48674f..dbadd69cdcb 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1569,7 +1569,6 @@ else } else if ($action != 'create') { - header("Location: index.php"); exit; } }