diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-12-15 11:57:46 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-12-15 11:57:46 -0800 |
commit | f8890be62b6c1ab14001111f10a8cbcdf973cdc1 (patch) | |
tree | 32b822f7ef8f0975a99f9fa5653cd1cd84058470 | |
parent | a0b7d397dd3a1192800c185a929ce871ae744f38 (diff) |
Follow on to d2be26e407aeb620082bcad2d5a45272868b38a1 to convert tabs to spaces.
-rw-r--r-- | modules/gallery/helpers/items_rest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/helpers/items_rest.php b/modules/gallery/helpers/items_rest.php index 08aa3279..3c09faa8 100644 --- a/modules/gallery/helpers/items_rest.php +++ b/modules/gallery/helpers/items_rest.php @@ -84,9 +84,9 @@ class items_rest_Core { if ($item->type == "album") { $members = array(); foreach ($item->viewable()->children() as $child) { - if (empty($types) || in_array($child->type, $types)) { - $members[] = rest::url("item", $child); - } + if (empty($types) || in_array($child->type, $types)) { + $members[] = rest::url("item", $child); + } } $item_rest["members"] = $members; } |