diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2011-03-27 11:25:27 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2011-03-27 11:25:27 -0700 |
| commit | 65825c572a0db24036c855de01714c613a979550 (patch) | |
| tree | 5b47f305074f4f7c065d8726dc3581bcddb1b5a0 /modules/gallery/controllers/quick.php | |
| parent | c791ae96d5bb28f39b26a0e556e10e636f97436c (diff) | |
| parent | 12e81d081d412a052860f04902b28da4a460c3fa (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers/quick.php')
| -rw-r--r-- | modules/gallery/controllers/quick.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/quick.php b/modules/gallery/controllers/quick.php index 17abc39f..da4768fd 100644 --- a/modules/gallery/controllers/quick.php +++ b/modules/gallery/controllers/quick.php @@ -38,7 +38,7 @@ class Quick_Controller extends Controller { if ($degrees) { $tmpfile = tempnam(TMPPATH, "rotate") . "." . pathinfo($item->file_path(), PATHINFO_EXTENSION); - gallery_graphics::rotate($item->file_path(), $tmpfile, array("degrees" => $degrees)); + gallery_graphics::rotate($item->file_path(), $tmpfile, array("degrees" => $degrees), $item); $item->set_data_file($tmpfile); $item->save(); unlink($tmpfile); |
