X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FShared%2FExtensionTrait.php;h=2afec4963ed1470449fe814b20a741b175ac0c0a;hp=982c411679434038b5cbc6de41be15e1f9c5f4b0;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Command/Shared/ExtensionTrait.php b/vendor/drupal/console/src/Command/Shared/ExtensionTrait.php index 982c41167..2afec4963 100644 --- a/vendor/drupal/console/src/Command/Shared/ExtensionTrait.php +++ b/vendor/drupal/console/src/Command/Shared/ExtensionTrait.php @@ -37,7 +37,7 @@ trait ExtensionTrait ->showInstalled() ->showUninstalled() ->showNoCore() - ->getList(); + ->getList(false); } if ($theme) { @@ -45,7 +45,7 @@ trait ExtensionTrait ->showInstalled() ->showUninstalled() ->showNoCore() - ->getList(); + ->getList(false); } if ($profile) { @@ -54,7 +54,7 @@ trait ExtensionTrait ->showUninstalled() ->showNoCore() ->showCore() - ->getList(); + ->getList(false); } $extensions = array_merge(