Skip to content

Commit

Permalink
Fixed issue: ComfortUpdate showing updates as unstable, even though t…
Browse files Browse the repository at this point in the history
…hey are not
  • Loading branch information
c-schmitz committed May 16, 2023
1 parent 3ee487b commit 8195ba3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@
</td>

<!-- stable / unstable -->
<?php if ($aUpdateVersion['branch']!='master'):?>
<?php if (!in_array($aUpdateVersion['branch'], ['master','5.x','3.x-LTS'])):?>
<td class="text-danger">
<?php eT('unstable'); ?>
</td>
Expand Down

0 comments on commit 8195ba3

Please sign in to comment.