Bug #1941
Typo in voucher_save_db_to_config function
| Status: | Resolved | Start date: | 10/08/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Captive Portal | |||
| Target version: | 2.1 | |||
| Affected version: | Affected Architecture: |
Description
line 660 in /etc/inc/voucher.inc
1foreach ($configure['voucher'] as $voucherzone => $vcfg) {
should be
1foreach ($config['voucher'] as $voucherzone => $vcfg) {
History
#1
Updated by Cyrill B over 1 year ago
Category: Captive Portal
Affected version: 2.1-IPv6
Affected Architecture: All
#2
Updated by Chris Buechler over 1 year ago
- Category set to Captive Portal
- Status changed from New to Resolved
- Target version set to 2.1
fixed, thanks