mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-05 06:31:35 -04:00
Move the graphics::rotate to gallery_graphics::rotate to be consistent with the other gallery graphics functions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user