summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-09 08:57:50 -0200
committerRenato Botelho <renato@netgate.com>2017-02-09 08:57:50 -0200
commita958ab5b3260537b7175e7bfde8a0ced3889a175 (patch)
tree4adaf8dbd4b86304a082efddf65a981d08887184 /src
parent6ec9b6ef4bb1ddf546c2126abc904b98c01628cc (diff)
parent13fa32eb359485a751f52266c5baedee48ba7993 (diff)
downloadpfsense-a958ab5b3260537b7175e7bfde8a0ced3889a175.zip
pfsense-a958ab5b3260537b7175e7bfde8a0ced3889a175.tar.gz
Merge pull request #3511 from phil-davis/patch-2
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcp_relay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp_relay.php b/src/usr/local/www/services_dhcp_relay.php
index 3677079..bf7f844 100644
--- a/src/usr/local/www/services_dhcp_relay.php
+++ b/src/usr/local/www/services_dhcp_relay.php
@@ -165,7 +165,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['agentoption']
))->setHelp(
'If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request.',
- [$g['product_name']]
+ $g['product_name']
);
$counter = 0;
OpenPOWER on IntegriCloud