Author: jfthomps
Date: Fri Dec 18 20:07:36 2015
New Revision: 1720843

URL: http://svn.apache.org/viewvc?rev=1720843&view=rev
Log:
VCL-918 - Site Config page uses wrong variable key for nat port range

siteconfig.php: modified NATportRange::__construct: changed $this->key from 
'nat_port_range' to 'natport_ranges'

Modified:
    vcl/trunk/web/.ht-inc/siteconfig.php

Modified: vcl/trunk/web/.ht-inc/siteconfig.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/siteconfig.php?rev=1720843&r1=1720842&r2=1720843&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/siteconfig.php (original)
+++ vcl/trunk/web/.ht-inc/siteconfig.php Fri Dec 18 20:07:36 2015
@@ -1050,7 +1050,7 @@ class NATportRange extends GlobalSingleV
        function __construct() {
                parent::__construct();
                $this->name = i('NAT Port Ranges');
-               $this->key = 'nat_port_range';
+               $this->key = 'natport_ranges';
                $this->label = i("NAT Port Ranges");
                $this->desc = i("Port ranges available for use on NAT servers. 
Type of port (TCP/UDP) is not specified. List ranges one per line (ex: 
10000-20000).");
                $this->domidbase = 'natportrange';


Reply via email to