diff options
Diffstat (limited to 'core/helpers/graphics.php')
-rw-r--r-- | core/helpers/graphics.php | 2 |
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"); } /** |