Skip to content

#13 Drush Site Context & Selected Language Fatal fix

Nikolas Kopp requested to merge feature/13-drush-site-context into feature/alpha

Reproduced the issue in a fresh drupal setup with sites and sites_language enabled. This MR Fixes Issue #13

I also noticed a fatal when sites_language is freshly enabled but no language has been configured on the site yet.

The setting returns NULL and the call to set the language fails in the overrides. This fixes it, also implemented DI.

Merge request reports

Loading