diff options
-rw-r--r-- | src/usr/local/www/pkg_edit.php | 2 |
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": |