diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-11 10:48:27 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-11 10:48:27 -0800 |
commit | 284e14d50e33fb6a1ef0ce00444f216fcdbeb904 (patch) | |
tree | 33830136f40026fe22f541bc8b66527618a904f4 /modules | |
parent | 3ab6c4915aa0c9dbd2061ffcad0af00e2c50136e (diff) |
Remove the automatically marking the resizes dirty line as this could cause alot of pain to some installations
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |