Skip to content

Commit

Permalink
Always return an array from item_ordered_members_rest::relationships()
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Apr 2, 2010
1 parent 93eab24 commit 4e450b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/gallery/helpers/item_ordered_members_rest.php
Expand Up @@ -64,6 +64,8 @@ static function relationships($resource_type, $resource) {
"item_ordered_members" => array(
"url" => rest::url("item_ordered_members", $resource)));
}

return array();
}

static function resolve($id) {
Expand Down

0 comments on commit 4e450b5

Please sign in to comment.