summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-01-10 08:09:36 -0800
committerJim P <jim@pingle.org>2013-01-10 08:09:36 -0800
commit78efa29451a99996946efe1334b5bacb0c20c138 (patch)
treea201bbe7060031b285c521e4ee040198d2c25f17
parent016d152054e982dc18001b79ce7f0fb52b060193 (diff)
parent9cdb8eeed9ae609de05c597aa0675bfe810959a8 (diff)
downloadpfsense-78efa29451a99996946efe1334b5bacb0c20c138.zip
pfsense-78efa29451a99996946efe1334b5bacb0c20c138.tar.gz
Merge pull request #319 from bcyrill/patch-4
Update etc/inc/voucher.inc
-rw-r--r--etc/inc/voucher.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc
index 91d43cd..760bc15 100644
--- a/etc/inc/voucher.inc
+++ b/etc/inc/voucher.inc
@@ -214,7 +214,7 @@ function voucher_expire($voucher_received) {
$active_dirty = false;
$cpdb = captiveportal_read_db(false, 4); /* Indexed by Voucher */
- $unsetindexes[] = array();
+ $unsetindexes = array();
// go through all received vouchers, check their valid and extract
// Roll# and Ticket# using the external readvoucher binary
OpenPOWER on IntegriCloud