summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-11-28 13:35:43 -0200
committerRenato Botelho <renato@netgate.com>2016-11-28 13:35:43 -0200
commit85b36c343291ceaef98996fcd853a1fbaaf92ab0 (patch)
treee69b70ac904eab77cc5878c5288e8824027daf1d
parentc3d2384be02ed7b946f89349445a941042b1d423 (diff)
downloadpfsense-85b36c343291ceaef98996fcd853a1fbaaf92ab0.zip
pfsense-85b36c343291ceaef98996fcd853a1fbaaf92ab0.tar.gz
Fix System Update link
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index ff6c341..06d78a2 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -236,7 +236,7 @@ $tab_array = array();
if ($firmwareupdate) {
$pgtitle = array(gettext("System"), gettext("Update"), gettext("System Update"));
- $tab_array[] = array(gettext("System Update"), true, "");
+ $tab_array[] = array(gettext("System Update"), true, "pkg_mgr_install.php?id=firmware");
$tab_array[] = array(gettext("Update Settings"), false, "system_update_settings.php");
} else {
$pgtitle = array(gettext("System"), gettext("Package Manager"), gettext("Package Installer"));
OpenPOWER on IntegriCloud