summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-09 08:58:11 -0200
committerRenato Botelho <renato@netgate.com>2017-02-09 08:58:11 -0200
commit9f242a98eff8c7236937e356125a3863fae848ee (patch)
tree0515187ff3fc62bb2385f51f199595b422bfa14c /src
parenta958ab5b3260537b7175e7bfde8a0ced3889a175 (diff)
parentd030ca9c9f31120e0e2cdf3dd373006b07964686 (diff)
downloadpfsense-9f242a98eff8c7236937e356125a3863fae848ee.zip
pfsense-9f242a98eff8c7236937e356125a3863fae848ee.tar.gz
Merge pull request #3512 from phil-davis/patch-3
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcpv6_relay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6_relay.php b/src/usr/local/www/services_dhcpv6_relay.php
index 516bca6..a335d55 100644
--- a/src/usr/local/www/services_dhcpv6_relay.php
+++ b/src/usr/local/www/services_dhcpv6_relay.php
@@ -166,7 +166,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['agentoption']
))->setHelp(
'If this is checked, the DHCPv6 relay will append the circuit ID (%s interface number) and the agent ID to the DHCPv6 request.',
- [$g['product_name']]
+ $g['product_name']
);
function createDestinationServerInputGroup($value = null) {
OpenPOWER on IntegriCloud