diff --git a/core/includes/update.inc b/core/includes/update.inc index 2454e0e..239f4d7 100644 --- a/core/includes/update.inc +++ b/core/includes/update.inc @@ -246,7 +246,6 @@ function update_prepare_d8_language() { 'weight' => $language['weight'], // These languages are locked, default to enabled. 'locked' => 1, - 'enabled' => 1, )) ->execute(); }