X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FDebug%2FThemeCommand.php;fp=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FDebug%2FThemeCommand.php;h=f8a58682e180bc5a3617a85281094be76e85b382;hp=464dd7ca5e071fca32689826053eec50c136a492;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/console/src/Command/Debug/ThemeCommand.php b/vendor/drupal/console/src/Command/Debug/ThemeCommand.php index 464dd7ca5..f8a58682e 100644 --- a/vendor/drupal/console/src/Command/Debug/ThemeCommand.php +++ b/vendor/drupal/console/src/Command/Debug/ThemeCommand.php @@ -78,8 +78,10 @@ class ThemeCommand extends Command foreach ($themes as $themeId => $theme) { $status = $this->getThemeStatus($theme); $tableRows[] = [ - $themeId, $theme->info['name'], - $status, $theme->info['version'], + $themeId, + $theme->info['name'], + $status, + (isset($theme->info['version'])) ? $theme->info['version'] : '', ]; }