summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/quick.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-17 15:46:52 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-17 15:46:52 -0800
commit9f02011dacdd2c4bf6d2d1c29be522f04a3d13c7 (patch)
tree6436553d04c789c36cc9eeafe87a35d47bce9098 /modules/gallery/controllers/quick.php
parent87d20c63af02ae573853da2cb82d7323a56677b5 (diff)
parentfd0051dab7258c817ff01877bd4324530ce79398 (diff)
Merge pull request #148 from shadlaws/fix_2006
#2006 - Add system::mark_file_for_delete API to delete files at shutdown.
Diffstat (limited to 'modules/gallery/controllers/quick.php')
-rw-r--r--modules/gallery/controllers/quick.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/quick.php b/modules/gallery/controllers/quick.php
index 2ddf2a4b..4b21d9ee 100644
--- a/modules/gallery/controllers/quick.php
+++ b/modules/gallery/controllers/quick.php
@@ -41,7 +41,6 @@ class Quick_Controller extends Controller {
gallery_graphics::rotate($item->file_path(), $tmpfile, array("degrees" => $degrees), $item);
$item->set_data_file($tmpfile);
$item->save();
- unlink($tmpfile);
}
if (Input::instance()->get("page_type") == "collection") {