From 284e14d50e33fb6a1ef0ce00444f216fcdbeb904 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 11 Jan 2010 10:48:27 -0800 Subject: Remove the automatically marking the resizes dirty line as this could cause alot of pain to some installations --- modules/gallery/helpers/gallery_installer.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index 02ce1b18..1e0ad28c 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -453,7 +453,6 @@ class gallery_installer { $args["height"] = 640; $resize_rule->args = serialize($args); $resize_rule->save(); - graphics::mark_dirty(false, true); } module::set_version("gallery", $version = 22); } -- cgit v1.2.3