Index: /changelog
===================================================================
--- /changelog	(revision 7664)
+++ /changelog	(revision 7665)
@@ -330,2 +330,3 @@
 #4.2.1
 - Feature: Option "Nach dem entfernen eines Produktes auf die gÃŒnstigste Zahlungsart wechseln" hinzugefÃŒgt
+- Bugfix: Verlinkung aus ProduktgruppenÃŒbersicht ÃŒber Link "Zur Produktliste" funktioniert wieder
Index: /controller/wpsg_ProduktController.class.php
===================================================================
--- /controller/wpsg_ProduktController.class.php	(revision 7664)
+++ /controller/wpsg_ProduktController.class.php	(revision 7665)
@@ -196,5 +196,5 @@
 			if (wpsg_isSizedArray($_REQUEST['filter'])) {
 
-				if (!wpsg_checkInput($_REQUEST['filter']['s'], WPSG_SANITIZE_TEXTFIELD)) throw \wpsg\Exception::getSanitizeException();
+				if (!wpsg_checkInput($_REQUEST['filter']['s'], WPSG_SANITIZE_TEXTFIELD, ['allowEmpty' => true])) throw \wpsg\Exception::getSanitizeException();
 				else $_REQUEST['filter']['s'] = wpsg_xss($_REQUEST['filter']['s']); 
 
