Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions includes/openruth.reservation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
* @return array
* OpenRuth pickup branches.
*/
function openruth_reservation_pickup_branches($account) {
// Throw exception if we're not logged in.
ding_user_get_creds($account);

function openruth_reservation_pickup_branches() {
$branches = openruth_client_invoke('get_agencycounters');
return $branches;
}
Expand Down