Skip to content

Commit 4c5ad38

Browse files
author
Julio Montoya
committed
Applied fixes from FlintCI
1 parent 127c006 commit 4c5ad38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/install/install.lib.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,8 @@ function display_requirements(
11281128
$deprecatedToRemove[] = $deprecatedDirectory;
11291129
}
11301130

1131-
if (count($deprecatedToRemove) > 0) { ?>
1131+
if (count($deprecatedToRemove) > 0) {
1132+
?>
11321133
<p class="text-danger"><?php echo get_lang('WarningForDeprecatedDirectoriesForUpgrade') ?></p>
11331134
<ul>
11341135
<?php foreach ($deprecatedToRemove as $deprecatedDirectory) {

0 commit comments

Comments
 (0)