From 0f6c6216d75c593328324306556c6f9f4d8df68f Mon Sep 17 00:00:00 2001 From: florenttorregrosa Date: Thu, 1 Dec 2016 17:22:52 +0100 Subject: [PATCH] Issue #2832155 by Grimreaper: Modules not detected as enabled on D8 site --- platform/drupal/packages_8.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/drupal/packages_8.inc b/platform/drupal/packages_8.inc index 86da08f..272c3a6 100644 --- a/platform/drupal/packages_8.inc +++ b/platform/drupal/packages_8.inc @@ -99,6 +99,8 @@ function _provision_system_query($type) { if ($frags[0] == 'sites' && $frags[1] != 'all') { $package->platform = -1; } + // In Drupal 8, system_get_info returns enabled modules/themes. + $package->status = 1; $package->filename = realpath($package->filename); -- 1.9.1