From 1379876db7ff783ba79991cb39e0447984653c9a Mon Sep 17 00:00:00 2001 From: vrana Date: Mon, 13 Aug 2012 11:39:59 -0700 Subject: [PATCH] Remove subsets when cleaning Lisk set --- src/infrastructure/storage/lisk/LiskDAOSet.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infrastructure/storage/lisk/LiskDAOSet.php b/src/infrastructure/storage/lisk/LiskDAOSet.php index 6d8ebc4483..9c03bc70fd 100644 --- a/src/infrastructure/storage/lisk/LiskDAOSet.php +++ b/src/infrastructure/storage/lisk/LiskDAOSet.php @@ -57,6 +57,7 @@ final class LiskDAOSet { foreach ($this->subsets as $set) { $set->clearSet(); } + $this->subsets = array(); return $this; }