Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voucher messages using wrong config field name #1587

Merged
merged 1 commit into from Mar 26, 2015
Merged

Voucher messages using wrong config field name #1587

merged 1 commit into from Mar 26, 2015

Conversation

Gertjanpfsense
Copy link
Contributor

https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273
$config['voucher'][$cpzone]['msgnoaccess']
and
$config['voucher'][$cpzone]['msgexpired']
do not exist.
These should be
$config['voucher'][$cpzone]['descrmsgnoaccess']
and
$config['voucher'][$cpzone]['descrmsgexpired']

https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273
$config['voucher'][$cpzone]['msgnoaccess']
and 
$config['voucher'][$cpzone]['msgexpired']
do not exist.
These should be 
$config['voucher'][$cpzone]['descrmsgnoaccess']
and
$config['voucher'][$cpzone]['descrmsgexpired']
@rbgarga
Copy link
Member

rbgarga commented Mar 26, 2015

Good catch! Thanks!

@netgate-git-updates netgate-git-updates merged commit 4828d67 into pfsense:master Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants