summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/quick.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-06 12:58:53 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-06 18:30:08 -0700
commitb35051ff6f14dd591d5aee0beed3aec14f3e5eac (patch)
treec5ae3ee9d2335100290153899495b0e6ec0e02c5 /modules/gallery/controllers/quick.php
parentc0683845048a0610316b5f3aaa9111793273f420 (diff)
Move the graphics::rotate to gallery_graphics::rotate to be consistent with the other gallery graphics functions.
Diffstat (limited to 'modules/gallery/controllers/quick.php')
-rw-r--r--modules/gallery/controllers/quick.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/controllers/quick.php b/modules/gallery/controllers/quick.php
index 2ac54754..a1e7dcc3 100644
--- a/modules/gallery/controllers/quick.php
+++ b/modules/gallery/controllers/quick.php
@@ -36,7 +36,8 @@ class Quick_Controller extends Controller {
}
if ($degrees) {
- graphics::rotate($item->file_path(), $item->file_path(), array("degrees" => $degrees));
+ gallery_graphics::rotate($item->file_path(), $item->file_path(),
+ array("degrees" => $degrees));
list($item->width, $item->height) = getimagesize($item->file_path());
$item->resize_dirty= 1;