summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-04-22 09:50:21 -0400
committerjim-p <jimp@pfsense.org>2013-04-22 09:51:09 -0400
commit6c4004256f56d109091aec6022bd97d28aec28ee (patch)
treebc52a8c405e9707e1d346c3b40869b7cde8884c9 /usr/local
parentecf8dba773705303bba39feed529d2b8f7f0577f (diff)
downloadpfsense-6c4004256f56d109091aec6022bd97d28aec28ee.zip
pfsense-6c4004256f56d109091aec6022bd97d28aec28ee.tar.gz
Show the package section if the lock is present also
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 743da33..c25e551 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -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>
OpenPOWER on IntegriCloud