We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb79ab5 commit f6d6706Copy full SHA for f6d6706
1 file changed
tools/cli/commands/updates_list.php
@@ -44,7 +44,7 @@ function listUpdates($type = 'core', $module = null)
44
foreach ($modules as $module) {
45
$db->where('directory', $module);
46
$installed = $db->get_one('modules');
47
- if (!$installed) {
+ if (! $installed) {
48
continue;
49
}
50
0 commit comments