summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/quick.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-18 13:07:53 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-18 13:07:53 -0500
commit195210a2abd87974c127772b41f33df17fa1d954 (patch)
tree4b9fc593c418a0d0095d4183331e61e377584fe8 /modules/gallery/controllers/quick.php
parent1bc752d7855942c7c05573a61a150de93255cfb7 (diff)
parentafa61f9d0d551bc2a0c4fa903eb3f55742720c8d (diff)
Merge branch 'master' into jquery_190
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") {