Skip to content

Commit

Permalink
instantiate owned_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
qadan committed Jul 2, 2015
1 parent 0c2a4ae commit c55eac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions islandora_bookmark.module
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ function islandora_bookmark_fedora_repository_object_form(array $form, array &$f
}

$lists = islandora_bookmark_get_user_owned_bookmarks();
$owned_lists = array();
foreach ($lists as $list) {
$owned_lists[$list->getId()] = $list->bookmarkName;
}
Expand Down

0 comments on commit c55eac2

Please sign in to comment.