summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-21 21:37:21 -0500
committerChris Buechler <cmb@pfsense.org>2016-06-21 21:37:21 -0500
commitbc8b18a9ff5264f0fa52fa3902994df95b3e89fc (patch)
tree942e15549dba9e6af3fa86082b4c10c6f4c70a1e /src/usr
parentcb74937f8d0e8afa807baad81905bda776bf564c (diff)
parentb6a49ec3c0d805911fc015bd569325ee99e6a4c5 (diff)
downloadpfsense-bc8b18a9ff5264f0fa52fa3902994df95b3e89fc.zip
pfsense-bc8b18a9ff5264f0fa52fa3902994df95b3e89fc.tar.gz
Merge pull request #3015 from marcelloc/patch-4
Diffstat (limited to 'src/usr')
-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