wrong function call in weekdays_date_restrictions
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2213591. --> Reported by: [hatsch](https://www.drupal.org/user/87215) >>> <p>in line 52 of weekdays_date_restrictions.module it should be</p> <p>$options = date_restrictions_get_bundle_instances_as_options($bundles, 'weekdays');<br> instead of<br> $options = date_restrictions_get_bundle_fields_as_options($bundles, 'weekdays');</p> <p>at least editing a date field throughs an error, and i cannot find any reference for a function called date_restrictions_get_bundle_fields_as_options</p>
issue