mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 03:49:21 -04:00
Remove extra whitespace.
This commit is contained in:
@@ -49,7 +49,7 @@ class organize_task_Core {
|
||||
$item = ORM::factory("item", $id);
|
||||
if ($item->is_photo()) {
|
||||
$context["post_process"]["reload"][] =
|
||||
self:: _do_rotation($item, $taskType == "rotateCcw" ? -90 : 90);
|
||||
self::_do_rotation($item, $taskType == "rotateCcw" ? -90 : 90);
|
||||
}
|
||||
break;
|
||||
case "albumCover":
|
||||
|
||||
Reference in New Issue
Block a user