Skip to content

Commit

Permalink
fix color for noninstalled extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 19, 2019
1 parent e5688dc commit d915fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/extension/cli.php
Expand Up @@ -319,6 +319,7 @@ protected function listExtensions($list, $details)
$status .= 'd';
}
} else {
$ecolor = null;
$date = $ext->getLastUpdate();
$vcolor = null;
}
Expand Down

0 comments on commit d915fa0

Please sign in to comment.