diff --git a/app/Models/Closet.php b/app/Models/Closet.php index 5086c921..e3e2c306 100644 --- a/app/Models/Closet.php +++ b/app/Models/Closet.php @@ -187,6 +187,7 @@ class Closet // traverse items foreach ($this->textures as $item) { if ($item['tid'] == $tid) { + $this->items_modified[] = $tid; // remove element from array return array_splice($this->textures, $offset, 1); }