Index: /changelog
===================================================================
--- /changelog	(revision 8181)
+++ /changelog	(revision 8182)
@@ -550,2 +550,5 @@
 #4.4.2
 - Bugfix: Versand per Mail wieder verfÃŒgbar bei Downloadprodukt / Downloadplus Produkt
+
+#4.4.3
+- Bugfix: ProduktgruppenÃŒbersichtsseite funktioniert ohne Lagerbestand
Index: /views/mods/mod_productgroups/list.phtml
===================================================================
--- /views/mods/mod_productgroups/list.phtml	(revision 8181)
+++ /views/mods/mod_productgroups/list.phtml	(revision 8182)
@@ -23,7 +23,8 @@
 		<?php for ($i = 0; $i < $showP && $i < sizeof($g['produkte']); $i ++) { ?>
 
-            <?
+            <?php
 
-            $lagerbestand = $this->callMod('wpsg_mod_stock', 'getBestand', [$g['produkte'][$i]['id']]);
+                if ($this->hasMod('wpsg_mod_stock')) $lagerbestand = $this->callMod('wpsg_mod_stock', 'getBestand', [$g['produkte'][$i]['id']]);
+                else $lagerbestand = 1;
 
             ?>
