diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index b5027204..21f16585 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -183,6 +183,7 @@ class General implements iAction { if ($itemCode === null) { $this->deleteItem($itemKey); + return; } $this->setVar($itemKey, $itemCode);