summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/helpers/graphics.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/helpers/graphics.php b/core/helpers/graphics.php
index ed6f314d..e591e465 100644
--- a/core/helpers/graphics.php
+++ b/core/helpers/graphics.php
@@ -63,6 +63,8 @@ class graphics_Core {
->where("target", $target)
->where("operation", $operation)
->delete_all();
+
+ self::mark_dirty($target == "thumb", $target == "resize");
}
/**