Move the graphics::rotate to gallery_graphics::rotate to be consistent with the other gallery graphics functions.

This commit is contained in:
Tim Almdal
2009-10-06 18:30:08 -07:00
parent c068384504
commit b35051ff6f
3 changed files with 22 additions and 23 deletions
+2 -1
View File
@@ -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;