summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2016-06-21 18:20:53 -0300
committerChris Buechler <cmb@pfsense.org>2016-06-21 21:37:51 -0500
commit9e6801169d100e95dd93ab6468b4c358714c5fb2 (patch)
tree03a48054b7dbcc78e2ff959b5c3b9acb18503718 /src/usr/local/www/pkg_edit.php
parente9ac4800c56f711353eb42c5987a9a985ecac4f5 (diff)
downloadpfsense-9e6801169d100e95dd93ab6468b4c358714c5fb2.zip
pfsense-9e6801169d100e95dd93ab6468b4c358714c5fb2.tar.gz
fix rowhelper select_source empty combo
while using $config['installedpackage']{['...'] as source
Diffstat (limited to 'src/usr/local/www/pkg_edit.php')
-rw-r--r--src/usr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index 651f115..1048f34 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -301,7 +301,7 @@ function bootstrapTable($text) {
* the specified element to $group
*/
function display_row($trc, $value, $fieldname, $type, $rowhelper, $description, $ewidth = null) {
- global $text, $group;
+ global $text, $group, $config;
switch ($type) {
case "input":
OpenPOWER on IntegriCloud