summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-01-04 19:15:23 -0200
committerRenato Botelho <renato@netgate.com>2017-01-04 19:15:23 -0200
commitd31a02b89dd6485d718059816e9395ad382b95c8 (patch)
tree163ed0501e6fd7cb488ac33509979a26f075910d /src/usr/local/www/vpn_openvpn_client.php
parent5fbb0cd7736d3e0da3ac1a916940d38a9921cbcb (diff)
downloadpfsense-d31a02b89dd6485d718059816e9395ad382b95c8.zip
pfsense-d31a02b89dd6485d718059816e9395ad382b95c8.tar.gz
Fix a probably copy/paste error
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 58d3e3b..2f9ffb0 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -818,7 +818,7 @@ if ($act=="new" || $act=="edit"):
$act
));
- if (isset($id) && $a_server[$id]) {
+ if (isset($id) && $a_client[$id]) {
$section->addInput(new Form_Input(
'id',
null,
OpenPOWER on IntegriCloud