summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-18 16:14:08 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-18 16:14:08 -0400
commitf92c948e12637b6f83da00b8581bcfc5a1032bde (patch)
treeee1dd6a9dff071e6c2558628e8746fcf8586dcfd /src/usr/local/www/head.inc
parentda4a4b9f556c3b374c361513684ad4ca4c44ffcc (diff)
downloadpfsense-f92c948e12637b6f83da00b8581bcfc5a1032bde.zip
pfsense-f92c948e12637b6f83da00b8581bcfc5a1032bde.tar.gz
Fixed #5169
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index e023cd8..7821e89 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -149,7 +149,7 @@ function return_ext_menu($section) {
}
if (isAllowedPage($test_url)) {
- $extarray[] = array($pkg_config['name'], $description);
+ $extarray[] = array($menuitem['name'], $description);
}
}
OpenPOWER on IntegriCloud