Skip to content

Commit

Permalink
Merge pull request #37 from crabideau5691/master
Browse files Browse the repository at this point in the history
Null Dependencies in API
  • Loading branch information
ericlbarnes committed Mar 14, 2012
2 parents ecb11f4 + 9e36013 commit 8bcbc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/routes.php
Expand Up @@ -39,7 +39,7 @@
$dependencies = array();
foreach ($bundle->dependencies AS $dependency)
{
$dependencies[] = $dependency->dependency_id;
$dependencies[] = $dependency->id;
}

$output = array(
Expand Down

0 comments on commit 8bcbc41

Please sign in to comment.