Skip to content

Commit

Permalink
Show the package section if the lock is present also
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Apr 22, 2013
1 parent ecf8dba commit 6c40042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/www/diag_backup.php
Expand Up @@ -650,7 +650,7 @@ function backuparea_change(obj) {
<p><strong><span class="red"><?=gettext("Note:"); ?></span></strong><br /><?=gettext("The firewall will reboot after restoring the configuration."); ?><br /></p>
</td>
</tr>
<?php if($config['installedpackages']['package'] != "") { ?>
<?php if (($config['installedpackages']['package'] != "") || (is_subsystem_dirty("packagelock"))) { ?>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
Expand Down

0 comments on commit 6c40042

Please sign in to comment.