From b6a49ec3c0d805911fc015bd569325ee99e6a4c5 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 21 Jun 2016 18:20:53 -0300 Subject: fix rowhelper select_source empty combo while using $config['installedpackage']{['...'] as source --- src/usr/local/www/pkg_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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": -- cgit v1.1