Actions
Bug #1941
closedTypo in voucher_save_db_to_config function
Start date:
10/08/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
line 660 in /etc/inc/voucher.inc
foreach ($configure['voucher'] as $voucherzone => $vcfg) {
should be
foreach ($config['voucher'] as $voucherzone => $vcfg) {
Actions