Remove extra whitespace.

This commit is contained in:
Bharat Mediratta
2009-05-02 19:04:17 +00:00
parent fd3d4370d1
commit d0b8fbef1d

View File

@@ -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":