summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-16 23:56:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-16 23:56:51 +0000
commit6b81195346e99de14eab051436983d34fa972559 (patch)
treeff56771479ed39f9770e7b7a4eacfbaad52151fb /usr
parentb0cd4dedaacb1d3a165b87684996b862c614e970 (diff)
downloadpfsense-6b81195346e99de14eab051436983d34fa972559.zip
pfsense-6b81195346e99de14eab051436983d34fa972559.tar.gz
Use the correct name when invoking the left menus.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 9147f65..9d5e9ad 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -338,7 +338,7 @@ if(file_exists("/usr/local/pkg/" . $pkgent['name'] . ".xml")) {
// install menu item into the ext folder
fwrite($fd_log, "Adding menu option to " . $package_conf['menu']['section'] . "/" . $package_conf['menu']['name'] . "\n");
$fd = fopen("/usr/local/www/ext/" . $package_conf['menu']['section'] . "/" . $package_conf['menu']['name'] , "w");
- fwrite($fd, "/usr/local/www/pkg.php?xml=" . $package_conf['menu']['name'] . "\n");
+ fwrite($fd, "/usr/local/www/pkg.php?xml=" . $package_conf['name'] . "\n");
fclose($fd);
} else {
update_output_window("WARNING! /usr/local/pkg/" . $pkgent['name'] . ".xml" . " does not exist!\n");
OpenPOWER on IntegriCloud