diff --git a/system/expressionengine/third_party/stash/upd.stash.php b/system/expressionengine/third_party/stash/upd.stash.php index 1b8b35e..ae23352 100755 --- a/system/expressionengine/third_party/stash/upd.stash.php +++ b/system/expressionengine/third_party/stash/upd.stash.php @@ -142,6 +142,9 @@ public function update($current = '') $sql = array(); + // always flush the Stash table first + $sql[] = "TRUNCATE TABLE `{$this->EE->db->dbprefix}stash`"; + // Update to 2.3.7 if (version_compare($current, '2.3.7', '<')) {