summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2016-06-21 18:20:53 -0300
committerGitHub <noreply@github.com>2016-06-21 18:20:53 -0300
commitb6a49ec3c0d805911fc015bd569325ee99e6a4c5 (patch)
treeefec0a1f4072cc86f64b2d49027a33c50f1c8147 /src
parent7253e407240d00d6acb3fee6e8028618a92465d9 (diff)
downloadpfsense-b6a49ec3c0d805911fc015bd569325ee99e6a4c5.zip
pfsense-b6a49ec3c0d805911fc015bd569325ee99e6a4c5.tar.gz
fix rowhelper select_source empty combo
while using $config['installedpackage']{['...'] as source
Diffstat (limited to 'src')
-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