summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-05-02 15:56:02 -0500
committerChris Buechler <cmb@pfsense.org>2016-05-02 15:56:31 -0500
commitac072ab3a71a73204f74e465586264e9bf71132c (patch)
treec6da14955597f58972e60f6bd00fdcf4fa395109 /src/usr/local/www/services_dhcp.php
parent30f984fdc092f622b7352cabedf0d68989edcdc6 (diff)
downloadpfsense-ac072ab3a71a73204f74e465586264e9bf71132c.zip
pfsense-ac072ab3a71a73204f74e465586264e9bf71132c.tar.gz
Fix missing interface in pool edit. Ticket #6303
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 031b62c..3f58d7b 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -679,7 +679,7 @@ if ($act == "del") {
// Build an HTML table that can be inserted into a Form_StaticText element
function build_pooltable() {
- global $a_pools;
+ global $a_pools, $if;
$pooltbl = '<div class="table-responsive">';
$pooltbl .= '<table class="table table-striped table-hover table-condensed">';
OpenPOWER on IntegriCloud