diff --git a/includes/openruth.reservation.inc b/includes/openruth.reservation.inc index b9f33e0..7a2a996 100644 --- a/includes/openruth.reservation.inc +++ b/includes/openruth.reservation.inc @@ -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; }