Skip to content

Commit

Permalink
Issue #2832155 by Grimreaper: Modules not detected as enabled on D8 site
Browse files Browse the repository at this point in the history
  • Loading branch information
florenttorregrosa authored and helmo committed Dec 8, 2016
1 parent 381c0b3 commit 8786f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/drupal/packages_8.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 8786f92

Please sign in to comment.